Skip to content

Commit

Permalink
Added entry points as comments to pyproject.toml #85
Browse files Browse the repository at this point in the history
  • Loading branch information
GwennyGit committed Nov 14, 2023
1 parent 9d71930 commit ef8b480
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ classifiers = [
"License :: OSI Approved :: MIT License",
]


# dynamic = ['version']

dependencies = [
Expand Down Expand Up @@ -60,6 +59,12 @@ dependencies = [
homepage = 'https://github.com/draeger-lab/refinegems'
documentation = 'https://refinegems.readthedocs.io/en/latest/'

# [project.scripts]
# data = 'refinegems.databases:main'
# curate = 'refinegems.curate:main'
# investigate = 'refinegems.investigate:main'
# refine = 'refinegems.refine:main'

# [tool.setuptools.dynamic]
# version = {attr = "refinegems.VERSION"}

Expand All @@ -68,4 +73,3 @@ where = ['refinegems']

[tools.setuptools.package-data]
database = ['*.txt', '*.sql', '*.db']

0 comments on commit ef8b480

Please sign in to comment.