We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b0b8b commit f4043fdCopy full SHA for f4043fd
1 file changed
python/setup.cfg
@@ -5,7 +5,7 @@ all-files=True
5
6
[metadata]
7
name = firebird-butler-protobuf
8
-version = 0.2.1
+version = 0.2.2
9
description = Firebird Butler protocol buffers
10
long_description = file: README.rst
11
long_description_content_type = text/x-rst; charset=UTF-8
@@ -38,9 +38,10 @@ zip_safe = True
38
python_requires = >=3.6, <4
39
install_requires =
40
protobuf>=3.11.0
41
-packages = firebird.butler
42
-tests_require = nose
43
-test_suite = nose.collector
+packages = find_namespace:
+
+[options.packages.find]
44
+include = firebird.*
45
46
[options.entry_points]
47
firebird.butler.protobuf =
0 commit comments