Skip to content

Commit

Permalink
add necessary project fields to publish to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
rpmcginty authored Dec 6, 2024
1 parent 2eda6c9 commit 1a95847
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ build-backend = "setuptools.build_meta"

[project]
name = "aibs-informatics-cdk-lib"
authors = [{ name = "AIBS Informatics Group", email = "[email protected]"}]
maintainers = [{ name = "AIBS Informatics Group", email = "[email protected]"}]
description = "CDK Library for AIBS Informatics services"
readme = { file = "README.md", content-type = "text/markdown" }
license = { file = "LICENSE" }
requires-python = ">=3.9"
dynamic = [
"version",
Expand Down Expand Up @@ -249,4 +253,4 @@ tag_name = "v{new_version}"
[[tool.bumpversion.files]]
filename = "src/aibs_informatics_cdk_lib/_version.py"
search = "__version__ = \"{current_version}\""
replace = "__version__ = \"{new_version}\""
replace = "__version__ = \"{new_version}\""

0 comments on commit 1a95847

Please sign in to comment.