Skip to content

Commit

Permalink
chore: provide proper pypi info
Browse files Browse the repository at this point in the history
  • Loading branch information
max-wittig committed Dec 20, 2022
1 parent ef4fbee commit 050d63b
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
[tool.poetry]
name = "gitlab-languages"
version = "2.3.1"
version = "2.3.2"
description = "Utility to generate a Prometheus data source from programming languages inside GitLab repositores"
authors = ["Max Wittig"]
readme = "README.md"
repository = "https://github.com/max-wittig/gitlab-languages"
keywords = ["gitlab", "languages", "api", "python-gitlab", "prometheus", "metrics"]
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.10",
"Topic :: Software Development",
"Topic :: Utilities"
]
license = "MIT"

[tool.poetry.dependencies]
Expand Down

0 comments on commit 050d63b

Please sign in to comment.