-
Notifications
You must be signed in to change notification settings - Fork 9
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
Comments
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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pint
pack in?The text was updated successfully, but these errors were encountered: