Skip to content

Commit 4dc6ba0

Browse files
committed
set setup.cfg options
1 parent 8ad7d29 commit 4dc6ba0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

setup.cfg

+8
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ classifiers =
2323
Programming Language :: Python :: 3.7
2424
Programming Language :: Python :: 3.8
2525
Typing :: Typed
26+
27+
[options]
28+
zip_safe = False
29+
include_package_data = True
30+
packages = find:
2631
install_requires =
2732
gitpython
2833
freebsd_sysctl==0.0.7
@@ -33,6 +38,9 @@ tests_require =
3338
pytest-cov
3439
pytest-pep8
3540

41+
[options.package_data]
42+
* = VERSION
43+
3644
[mypy]
3745
python_version = 3.7
3846
# override flake8-mypy defaults, since we provide (missing) types

0 commit comments

Comments
 (0)