Skip to content

Commit

Permalink
Merge pull request #39 from webknjaz/release/v1.2.0-dist-meta
Browse files Browse the repository at this point in the history
Update the dist metadata to reflect reality
  • Loading branch information
RonnyPfannschmidt authored Jun 24, 2020
2 parents 9f3203f + 9e9a370 commit a2ef5e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
zip_safe=False,
install_requires=['pytest>=3.1.0'],
setup_requires=['setuptools_scm'],
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
classifiers=[
'Development Status :: 7 - Inactive',
'Framework :: Pytest',
Expand All @@ -36,9 +36,9 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
)

0 comments on commit a2ef5e8

Please sign in to comment.