Loading CHANGELOG.md 0 → 100644 +20 −0 Original line number Diff line number Diff line # Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [1.0.0] - 2018-03-30 ### Added - documentation ([sphinx](http://www.sphinx-doc.org/en/stable/), selfhosted + [readthedocs](https://readthedocs.org/)) - testing ([pytest](https://docs.pytest.org/en/latest/)) - deploy to pypi ([twine](https://github.com/pypa/twine)) - building a package (`setup.py`, `README.md`, `CHANGELOG.md`, `LICENSE.md`) - command line interface with argparse ### Changed ### Removed README.md +2 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,8 @@ development practices. Number one this is a learning experience. - documentation ([sphinx](http://www.sphinx-doc.org/en/stable/), selfhosted + [readthedocs](https://readthedocs.org/)) - testing ([pytest](https://docs.pytest.org/en/latest/)) - deploy to pypi ([twine](https://github.com/pypa/twine)) - building a package (`setup.py`, `README.md`, `CHANGELOG.md`, `LICENSE.md`) - command line interface with argparse This project will never actually deploy a project to pypi instead the package will be deployed to the testing pypi package repository. Loading docs/conf.py +2 −2 Original line number Diff line number Diff line Loading @@ -24,9 +24,9 @@ copyright = '2018, Chris Ostrouchov' author = 'Chris Ostrouchov' # The short X.Y version version = '' version = '1.0' # The full version, including alpha/beta/rc tags release = '0.0.1' release = '1.0.0' # -- General configuration --------------------------------------------------- Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f: setup( name='pypkgtemp', version='0.0.1', version='1.0.0', description='A python package template', long_description=long_description, long_description_content_type="text/markdown", Loading Loading
CHANGELOG.md 0 → 100644 +20 −0 Original line number Diff line number Diff line # Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [1.0.0] - 2018-03-30 ### Added - documentation ([sphinx](http://www.sphinx-doc.org/en/stable/), selfhosted + [readthedocs](https://readthedocs.org/)) - testing ([pytest](https://docs.pytest.org/en/latest/)) - deploy to pypi ([twine](https://github.com/pypa/twine)) - building a package (`setup.py`, `README.md`, `CHANGELOG.md`, `LICENSE.md`) - command line interface with argparse ### Changed ### Removed
README.md +2 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,8 @@ development practices. Number one this is a learning experience. - documentation ([sphinx](http://www.sphinx-doc.org/en/stable/), selfhosted + [readthedocs](https://readthedocs.org/)) - testing ([pytest](https://docs.pytest.org/en/latest/)) - deploy to pypi ([twine](https://github.com/pypa/twine)) - building a package (`setup.py`, `README.md`, `CHANGELOG.md`, `LICENSE.md`) - command line interface with argparse This project will never actually deploy a project to pypi instead the package will be deployed to the testing pypi package repository. Loading
docs/conf.py +2 −2 Original line number Diff line number Diff line Loading @@ -24,9 +24,9 @@ copyright = '2018, Chris Ostrouchov' author = 'Chris Ostrouchov' # The short X.Y version version = '' version = '1.0' # The full version, including alpha/beta/rc tags release = '0.0.1' release = '1.0.0' # -- General configuration --------------------------------------------------- Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f: setup( name='pypkgtemp', version='0.0.1', version='1.0.0', description='A python package template', long_description=long_description, long_description_content_type="text/markdown", Loading