We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5972f2f commit e053802Copy full SHA for e053802
odin/__version__.py
@@ -1 +1 @@
1
-__version__ = "1.5.0"
+__version__ = "1.5.1"
setup.cfg
@@ -33,8 +33,7 @@ classifier =
33
34
[options]
35
test_suite = tests
36
-packages =
37
- odin
+packages = find:
38
setup_requires =
39
pytest-runner
40
setuptools >=38.3
@@ -48,6 +47,11 @@ tests_require =
48
47
pytest
49
pytest-cov
50
+[options.packages.find]
51
+exclude =
52
+ tests
53
+ docs
54
+
55
[options.extras_require]
56
yaml =
57
pyyaml
0 commit comments