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 68858b4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ build-backend = "setuptools.build_meta"
[project]
name = "crypt_r"
version = "3.12.3"
authors = [
{name = "Steven D. Majewski", email = "sdm7g@virginia.edu"},
]
maintainers = [
{name = "Miro Hrončok", email = "miro@hroncok.cz"},
{name = "Petr Viktorin", email = "encukou@gmail.com"},
{name = "Tomáš Hrnčiar", email = "tomas.hrnciar@me.com"},
{name = "Karolina Surma", email = "ksurma@redhat.com"},
]
description = "A copy of the `crypt` module that was removed in Python 3.13"
readme = "README.rst"
requires-python = ">=3.11"
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: Implementation :: CPython",
"License :: OSI Approved :: Python Software Foundation License",
"Operating System :: POSIX :: Linux",
]
license = {file = "LICENSE"}

[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 68858b4

Please sign in to comment.