We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d60f39 + 5022d43 commit 3a7392bCopy full SHA for 3a7392b
1 file changed
setup.cfg
@@ -18,7 +18,7 @@ known_standard_library = requests
18
19
[metadata]
20
name = pori_python
21
-version = 0.1.1
+version = 0.1.2
22
url = https://github.com/bcgsc/pori_python
23
author_email = dat@bcgsc.ca
24
maintainer_email = dat@bcgsc.ca
@@ -29,7 +29,7 @@ long_description_content_type = text/markdown
29
packages = find:
30
python_requires = >=3.9
31
dependency_links = []
32
-include_package_data = True
+include_package_data = true
33
install_requires =
34
biopython
35
jsonschema
@@ -60,7 +60,7 @@ dev =
60
mypy
61
62
[options.package_data]
63
-pori_python.ipr = pori_python/ipr/content.spec.json, py.typed
+pori_python.ipr = content.spec.json, py.typed
64
pori_python.graphkb = py.typed
65
66
[options.entry_points]
0 commit comments