Skip to content

Commit

Permalink
manually update setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Kłoczko <[email protected]>
  • Loading branch information
kloczek committed Sep 29, 2024
1 parent cc1c134 commit 8556b7f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,29 +43,27 @@
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
],
license=licence,

py_modules=['check_manifest'],
zip_safe=False,
python_requires=">=3.7",
python_requires=">=3.8",
install_requires=[
'build>=0.1',
'setuptools',
'tomli;python_version < "3.11"',
],
extras_require={
'test': [
'mock >= 3.0.0; python_version == "3.7"',
'pytest',
'wheel',
],
Expand Down

0 comments on commit 8556b7f

Please sign in to comment.