Skip to content

Commit

Permalink
Add pyproject.toml metadata
Browse files Browse the repository at this point in the history
Fixes: #7
  • Loading branch information
hrnciar committed Apr 29, 2024
1 parent a382bd1 commit c0b7dfa
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ build-backend = "setuptools.build_meta"
[project]
name = "crypt_r"
version = "3.12.3"
maintainers = [
{name = "Miro Hrončok", email = "[email protected]"},
{name = "Petr Viktorin", email = "[email protected]"},
{name = "Tomáš Hrnčiar", email = "[email protected]"},
{name = "Karolina Surma", email = "[email protected]"},
]
description = "A copy of the `crypt` module that was removed in Python 3.13"
readme = "README.rst"
# requires-python = ">=?.??" TODO
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Python Software Foundation License",
"Operating System :: OS Independent",
]

[project.urls]
"Homepage" = "https://github.com/fedora-python/crypt_r"
"Bug Tracker" = "https://github.com/fedora-python/crypt_r/issues"

[tool.setuptools]
py-modules = ["crypt_r", "crypt"]
Expand Down

0 comments on commit c0b7dfa

Please sign in to comment.