Skip to content

Commit

Permalink
Merge branch '56-fix-build' into translation-table-vertebrate-mito
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasprlic committed Dec 16, 2023
2 parents 7028106 + 8f5e118 commit 18f7744
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
12 changes: 9 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,22 @@ keywords = [
"HGVS",
"variation"
]
dynamic = ["version"]
dynamic = ["version", "optional-dependencies"]

dependencies = [
"attrs",
"requests",
"urllib3~=1.26",
]

[project.urls]
"Homepage" = "https://github.com/biocommons/bioutils"
"Bug Tracker" = "https://github.com/biocommons/bioutils/issues"

[build-system]
requires = [
"setuptools >= 65.3",
"setuptools_scm[toml] ~= 7.0"
"setuptools >= 69.0",
"setuptools_scm[toml] >= 8.0"
]
build-backend = "setuptools.build_meta"

Expand Down
9 changes: 3 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
[metadata]
name = bioutils

[options]
include_package_data = True
packages = find_namespace:
package_dir =
= src
zip_safe = True

install_requires =
attrs
requests
urllib3~=1.26


[options.entry_points]
#console_scripts =
# marvin-quote = biocommons.example.__main__:main
Expand Down

0 comments on commit 18f7744

Please sign in to comment.