Skip to content

Commit

Permalink
Merge pull request #33 from bcgsc/release/v0.1.2
Browse files Browse the repository at this point in the history
Release/v0.1.2
  • Loading branch information
elewis2 authored Aug 26, 2024
2 parents 2d60f39 + 5022d43 commit 3a7392b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ known_standard_library = requests

[metadata]
name = pori_python
version = 0.1.1
version = 0.1.2
url = https://github.com/bcgsc/pori_python
author_email = [email protected]
maintainer_email = [email protected]
Expand All @@ -29,7 +29,7 @@ long_description_content_type = text/markdown
packages = find:
python_requires = >=3.9
dependency_links = []
include_package_data = True
include_package_data = true
install_requires =
biopython
jsonschema
Expand Down Expand Up @@ -60,7 +60,7 @@ dev =
mypy

[options.package_data]
pori_python.ipr = pori_python/ipr/content.spec.json, py.typed
pori_python.ipr = content.spec.json, py.typed
pori_python.graphkb = py.typed

[options.entry_points]
Expand Down

0 comments on commit 3a7392b

Please sign in to comment.