Skip to content

Commit bb39e90

Browse files
committed
Added classifier Famework :: Pytest for better pypi index classification
1 parent 1913c66 commit bb39e90

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ def read(filename):
3232
'console_scripts': [
3333
'pytest-watch = pytest_watch:main',
3434
'ptw = pytest_watch:main',
35-
]
35+
],
36+
#'pytest11': ["watch = pytest_watch:main"]
3637
},
3738
extras_require={
3839
'testing': DEPS_TESTING,
@@ -42,4 +43,7 @@ def read(filename):
4243
'dev:python_version in "2.6, 2.7, 3.2"': ['mock'],
4344
'qa:python_version in "2.6, 2.7, 3.2"': ['mock'],
4445
},
46+
classifiers=[
47+
"Framework :: Pytest",
48+
]
4549
)

0 commit comments

Comments
 (0)