Skip to content

Commit

Permalink
Added classifier Famework :: Pytest for better pypi index classification
Browse files Browse the repository at this point in the history
  • Loading branch information
suggiro committed Apr 12, 2018
1 parent 303de04 commit da482e8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ def read(filename):
'console_scripts': [
'pytest-watch = pytest_watch:main',
'ptw = pytest_watch:main',
]
],
#'pytest11': ["watch = pytest_watch:main"]
},
extras_require={
'testing': DEPS_TESTING,
Expand All @@ -42,4 +43,7 @@ def read(filename):
'dev:python_version in "2.6, 2.7, 3.2"': ['mock'],
'qa:python_version in "2.6, 2.7, 3.2"': ['mock'],
},
classifiers=[
"Framework :: Pytest",
]
)

0 comments on commit da482e8

Please sign in to comment.