Skip to content

Commit 3a7392b

Browse files
authored
Merge pull request #33 from bcgsc/release/v0.1.2
Release/v0.1.2
2 parents 2d60f39 + 5022d43 commit 3a7392b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ known_standard_library = requests
1818

1919
[metadata]
2020
name = pori_python
21-
version = 0.1.1
21+
version = 0.1.2
2222
url = https://github.com/bcgsc/pori_python
2323
author_email = dat@bcgsc.ca
2424
maintainer_email = dat@bcgsc.ca
@@ -29,7 +29,7 @@ long_description_content_type = text/markdown
2929
packages = find:
3030
python_requires = >=3.9
3131
dependency_links = []
32-
include_package_data = True
32+
include_package_data = true
3333
install_requires =
3434
biopython
3535
jsonschema
@@ -60,7 +60,7 @@ dev =
6060
mypy
6161

6262
[options.package_data]
63-
pori_python.ipr = pori_python/ipr/content.spec.json, py.typed
63+
pori_python.ipr = content.spec.json, py.typed
6464
pori_python.graphkb = py.typed
6565

6666
[options.entry_points]

0 commit comments

Comments
 (0)