ioos / ioos-python-package-skeleton

Boilerplate repository for IOOS packages
https://ioos.github.io/ioos-python-package-skeleton
BSD 3-Clause "New" or "Revised" License
10 stars 9 forks source link

Modernize #2

Closed ocefpaf closed 4 years ago

ocefpaf commented 4 years ago

This is a revamp of the ioos skeleton that takes into account pep-0517 and pep-0518. Also drops old recommended standards, like versioneer, and adopt the modern and support techniques like setuptools-scm.

review-notebook-app[bot] commented 4 years ago

Check out this pull request on  ReviewNB

Review Jupyter notebook visual diffs & provide feedback on notebooks.


Powered by ReviewNB

ocefpaf commented 4 years ago

See https://github.com/ioos/compliance-checker/pull/756 for an example pyproject.toml in an IOOS package.