Skip to content

Commit

Permalink
Merge pull request #19 from cthoyt/pyroma
Browse files Browse the repository at this point in the history
Add some missing project metadata
  • Loading branch information
cmungall authored Oct 25, 2022
2 parents 47842b6 + cfdffc8 commit e56c657
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
[tool.poetry]
name = "prefixmaps"
version = "0.1.1"
description = ""
description = "A python library for retrieving semantic prefix maps"
readme = "README.md"
authors = ["cmungall <cjm@berkeleybop.org>"]
keywords = ["semantic web", "bioinformatics"]
classifiers = [
"Development Status :: 1 - Planning",
"Topic :: Scientific/Engineering :: Bio-Informatics",
]

[tool.poetry.urls]
repository = "https://github.com/linkml/prefixmaps"
homepage = "https://github.com/linkml/prefixmaps"
"Bug Tracker" = "https://github.com/linkml/prefixmaps/issues"


[tool.poetry.dependencies]
python = "^3.7.6"
Expand Down

0 comments on commit e56c657

Please sign in to comment.