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

remove pre-poetry/ #130

Open
turbomam opened this issue Dec 27, 2024 · 2 comments · May be fixed by #131
Open

remove pre-poetry/ #130

turbomam opened this issue Dec 27, 2024 · 2 comments · May be fixed by #131

Comments

@turbomam
Copy link
Member

  • add pint pack in?
@turbomam
Copy link
Member Author

salvage some of this:

[project]
name = "sample_annotator"
version = "0.0.1" # Add the version if known, otherwise update it when available
description = "NMDC Sample Annotator"
readme = "README.md"  # Optional, if you have a README file
license = {text = "CC0 1.0 Universal"}
authors = [
    {name = "Chris Mungall", email = "[email protected]"}
]
keywords = [
    "microbiome",
    "samples",
    "metadata",
    "linkml",
    "nmdc"
]
homepage = "https://github.com/microbiomedata/sample-annotator"
repository = "https://github.com/microbiomedata/sample-annotator"
requires-python = ">=3.7"
classifiers = [
    "Development Status :: 4 - Beta",
    "Environment :: Console",
    "Intended Audience :: Developers",
    "Intended Audience :: Science/Research",
    "Intended Audience :: Healthcare Industry",
    "License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication",
    "Programming Language :: Python :: 3 :: Only",
    "Programming Language :: Python :: 3.7",
    "Programming Language :: Python :: 3.8",
    "Programming Language :: Python :: 3.9"
]

[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages.find]
include = ["sample_annotator"]

[project.scripts]
annotate-samples = "sample_annotator.sample_annotator:cli"
sample-util = "sample_annotator.sample_utils.main"
goldapi = "sample_annotator.clients.gold_api"

@turbomam
Copy link
Member Author

@turbomam turbomam linked a pull request Dec 27, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant