Skip to content

Commit

Permalink
fix package data
Browse files Browse the repository at this point in the history
  • Loading branch information
elewis2 committed Aug 23, 2024
1 parent 2d9955f commit c883b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 c883b5d

Please sign in to comment.