Skip to content

Commit

Permalink
adding more info to the pyproject.toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronDevine committed May 30, 2024
1 parent 7fbe1ca commit c343a37
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@ dependencies = [
"pigeon-client",
"pydantic",
]
license = {text = "BSD 3 Clause"}
classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]

[project.entry-points."pigeon.msgs"]
msgs = "TEM_comms:msgs"
msgs = "TEM_comms:msgs"

[project.urls]
Homepage = "https://github.com/AllenInstitute/TEM_comms"
Documentation = "https://alleninstitute.github.io/TEM_architecture/topics.html"
Repository = "https://github.com/AllenInstitute/TEM_comms"
Issues = "https://github.com/AllenInstitute/TEM_comms/issues"

0 comments on commit c343a37

Please sign in to comment.