Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v0.1.2 #33

Merged
merged 4 commits into from
Aug 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading