Skip to content

Commit

Permalink
cleanup setup.py (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
jupe authored May 8, 2021
1 parent 325d670 commit 4615985
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@
# Classifiers help users find your project by categorizing it.
# For a list of valid classifiers, see https://pypi.org/classifiers/
classifiers=[ # Optional
'Development Status :: 3 - Alpha',
'Development Status :: 5 - Production/Stable',
"Framework :: Pytest",
"Intended Audience :: Developers",
# Indicate who your project is intended for
'Intended Audience :: Developers',
"Operating System :: POSIX",
"Operating System :: Microsoft :: Windows",
Expand All @@ -49,9 +47,8 @@
'Programming Language :: Python :: 3.7',
"Programming Language :: Python :: 3 :: Only",
],
packages=find_packages(exclude=['tests']), # Required
packages=find_packages(exclude=['tests']),
keywords="py.test pytest lockable resource",
# Specify which Python versions you support.
python_requires='>=3.7, <4',
install_requires=[
'pytest',
Expand Down

0 comments on commit 4615985

Please sign in to comment.