setup.py (versions-1.5.0) | : | setup.py (versions-1.5.1) | ||
---|---|---|---|---|
skipping to change at line 42 | skipping to change at line 42 | |||
# specification here: | # specification here: | |||
# https://packaging.python.org/specifications/core-metadata/#name | # https://packaging.python.org/specifications/core-metadata/#name | |||
name='program_versions', # Required | name='program_versions', # Required | |||
# Versions should comply with PEP 440: | # Versions should comply with PEP 440: | |||
# https://www.python.org/dev/peps/pep-0440/ | # https://www.python.org/dev/peps/pep-0440/ | |||
# | # | |||
# For a discussion on single-sourcing the version across setup.py and the | # For a discussion on single-sourcing the version across setup.py and the | |||
# project code, see | # project code, see | |||
# https://packaging.python.org/en/latest/single_source_version.html | # https://packaging.python.org/en/latest/single_source_version.html | |||
version='1.4.6', # Required | version='1.5.1', # Required | |||
# This is a one-line description or tagline of what your project does. This | # This is a one-line description or tagline of what your project does. This | |||
# corresponds to the "Summary" metadata field: | # corresponds to the "Summary" metadata field: | |||
# https://packaging.python.org/specifications/core-metadata/#summary | # https://packaging.python.org/specifications/core-metadata/#summary | |||
description='Know version changes of your favorites projects in your termina l.', # Required | description='Know version changes of your favorites projects in your termina l.', # Required | |||
# This is an optional longer description of your project that represents | # This is an optional longer description of your project that represents | |||
# the body of text which users will see when they visit PyPI. | # the body of text which users will see when they visit PyPI. | |||
# | # | |||
# Often, this is the same as your README, so you can just read it in from | # Often, this is the same as your README, so you can just read it in from | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |