setup.py (versions-1.5.1) | : | setup.py (versions-1.5.2) | ||
---|---|---|---|---|
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.5.1', # Required | version='1.5.2', # 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 | |||
skipping to change at line 93 | skipping to change at line 93 | |||
# Indicate who your project is intended for | # Indicate who your project is intended for | |||
'Intended Audience :: Developers', | 'Intended Audience :: Developers', | |||
'Intended Audience :: Information Technology', | 'Intended Audience :: Information Technology', | |||
'Intended Audience :: System Administrators', | 'Intended Audience :: System Administrators', | |||
'Intended Audience :: Science/Research', | 'Intended Audience :: Science/Research', | |||
'Topic :: Software Development :: Version Control', | 'Topic :: Software Development :: Version Control', | |||
# Pick your license as you wish | # Pick your license as you wish | |||
'License :: OSI Approved :: GNU General Public License v2 or later (GPLv 2+)', | 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv 3+)', | |||
# Specify the Python versions you support here. In particular, ensure | # Specify the Python versions you support here. In particular, ensure | |||
# that you indicate whether you support Python 2, Python 3 or both. | # that you indicate whether you support Python 2, Python 3 or both. | |||
'Programming Language :: Python :: 2', | 'Programming Language :: Python :: 2', | |||
'Programming Language :: Python :: 2.7', | 'Programming Language :: Python :: 2.7', | |||
'Programming Language :: Python :: 3', | 'Programming Language :: Python :: 3', | |||
'Programming Language :: Python :: 3.4', | 'Programming Language :: Python :: 3.4', | |||
'Programming Language :: Python :: 3.5', | 'Programming Language :: Python :: 3.5', | |||
'Programming Language :: Python :: 3.6', | 'Programming Language :: Python :: 3.6', | |||
], | ], | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |