Skip to content

Commit e053802

Browse files
committed
Fixed packing post migration to setup.cfg, was not finding packages correctly
1 parent 5972f2f commit e053802

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

odin/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.0"
1+
__version__ = "1.5.1"

setup.cfg

+6-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ classifier =
3333

3434
[options]
3535
test_suite = tests
36-
packages =
37-
odin
36+
packages = find:
3837
setup_requires =
3938
pytest-runner
4039
setuptools >=38.3
@@ -48,6 +47,11 @@ tests_require =
4847
pytest
4948
pytest-cov
5049

50+
[options.packages.find]
51+
exclude =
52+
tests
53+
docs
54+
5155
[options.extras_require]
5256
yaml =
5357
pyyaml

0 commit comments

Comments
 (0)