Skip to content

Commit

Permalink
Merge pull request #69 from epics-extensions/project-meta
Browse files Browse the repository at this point in the history
chore: improve project metadata
  • Loading branch information
minijackson authored Dec 8, 2023
2 parents c34575c + 2d53ed4 commit 45a3cd2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
[tool.poetry]
name = "wetest"
version = "1.2.2"
description = "WeTest allows you to test EPICS modules"
description = "WeTest enables you to test EPICS modules"
license = "EPICS"
authors = [
"Francis GOHIER <[email protected]>",
"Katy SAINTIN <[email protected]>",
"Rémi NICOLE <[email protected]>",
"Victor NADOT <[email protected]>",
]
maintainers = ["Rémi NICOLE <[email protected]>"]
readme = "README.md"
repository = "https://github.com/epics-extensions/WeTest"
keywords = ["epics", "testing"]
classifiers = ["Development Status :: 3 - Alpha"]
classifiers = [
"Development Status :: 4 - Beta",
"Topic :: Scientific/Engineering",
"Topic :: Software Development :: Testing :: Acceptance",
]

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/epics-extensions/WeTest/issues"

[tool.poetry.scripts]
wetest = "wetest.command_line:main"
Expand Down

0 comments on commit 45a3cd2

Please sign in to comment.