Skip to content

Commit

Permalink
- remove pypi testing, fix classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Sep 30, 2020
1 parent ac4095b commit 167436d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ python:
- 3.7
- 3.8
- 3.9-dev
- pypy
- pypy3
install:
- pip install coverage coveralls
Expand Down
8 changes: 2 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@
classifiers=[
"Development Status :: 6 - Mature",
"Environment :: Web Environment",
"Framework :: Zope2",
"Framework :: Zope",
"Framework :: Zope :: 2",
"Framework :: Zope :: 4",
"Framework :: Zope :: 5",
"License :: OSI Approved :: Zope Public License",
Expand All @@ -52,10 +50,8 @@
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP", # noqa: E501
],
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*',
install_requires=[
'six',
],
python_requires='>=3.6',
install_requires=[],
extras_require={
'test': [
'pytest',
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ envlist =
py37,
py38,
py39,
pypy,
pypy3,
minversion = 1.6

Expand Down

0 comments on commit 167436d

Please sign in to comment.