Skip to content

Commit

Permalink
tweak setup.cfg and add classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentJeannot committed Jun 30, 2022
1 parent 1e05d00 commit 9df2918
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ classifiers =
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: System :: Systems Administration
Typing :: Typed

[options]
python_requires = >=3.7
setup_requires = setuptools_scm
packages = find:
include_package_data = true
zip_safe = false
install_requires =
# direct dependencies
Expand Down

0 comments on commit 9df2918

Please sign in to comment.