Skip to content

Commit f4043fd

Browse files
committed
Namespace package fixup - v0.2.2
1 parent 62b0b8b commit f4043fd

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

python/setup.cfg

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ all-files=True
55

66
[metadata]
77
name = firebird-butler-protobuf
8-
version = 0.2.1
8+
version = 0.2.2
99
description = Firebird Butler protocol buffers
1010
long_description = file: README.rst
1111
long_description_content_type = text/x-rst; charset=UTF-8
@@ -38,9 +38,10 @@ zip_safe = True
3838
python_requires = >=3.6, <4
3939
install_requires =
4040
protobuf>=3.11.0
41-
packages = firebird.butler
42-
tests_require = nose
43-
test_suite = nose.collector
41+
packages = find_namespace:
42+
43+
[options.packages.find]
44+
include = firebird.*
4445

4546
[options.entry_points]
4647
firebird.butler.protobuf =

0 commit comments

Comments
 (0)