Skip to content

Commit

Permalink
build py3 versions only.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirudennis committed Jan 12, 2020
1 parent e5c1459 commit 43fef7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
[aliases]
test=pytest
[bdist_wheel]
universal=1
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def get_version():
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Expand All @@ -64,4 +65,5 @@ def get_version():
cmdclass = {'test': PyTest},
include_package_data=True,
zip_safe=False,
python_requires='~=3.5',
)

0 comments on commit 43fef7f

Please sign in to comment.