Skip to content

Commit

Permalink
revert some setup changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Aug 4, 2023
1 parent b0119cc commit 20b998e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@ def gen_packages_items():
"optional-strict": parse_requirements(
"requirements/optional.txt", versions="strict"
),
'tests-binary': parse_requirements('requirements/tests-binary.txt'),
'tests-binary-strict': parse_requirements('requirements/tests-binary.txt', versions='strict'),
'colors': parse_requirements('requirements/colors.txt'),
'jupyter': parse_requirements('requirements/jupyter.txt'),
}

setupkw["name"] = NAME
Expand All @@ -234,10 +238,11 @@ def gen_packages_items():
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Topic :: Software Development :: Testing",
"Framework :: Pytest",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Utilities",
"Framework :: Pytest",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit 20b998e

Please sign in to comment.