Skip to content

Commit

Permalink
Change: Update package meta information
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Jan 25, 2023
1 parent 1a7e248 commit d9c4c6c
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,35 @@
name = "autohooks-plugin-mypy"
version = "0.1.4"
description = "An autohooks plugin for python code static typing check with mypy"
authors = ["Vincent Texier <vit@free.fr>"]
authors = ["Vincent Texier <vit@free.fr>", "Greenbone Networks GmbH <info@greenbone.net>"]
license = "GPL-3.0-or-later"
packages = [
{ include = "autohooks" },
]
keywords = [
"git",
"static",
"typing",
"hooks",
"mypy",
]
classifiers = [
# Full list: https://pypi.org/pypi?%3Aaction=list_classifiers
"Development Status :: 4 - Beta",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Environment :: Console",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries :: Python Modules",
]
readme = "README.md"
homepage = "https://github.com/greenbone/autohooks-plugin-mypy"
repository = "https://github.com/greenbone/autohooks-plugin-mypy"
packages = [
{ include = "autohooks" },
]

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

0 comments on commit d9c4c6c

Please sign in to comment.