Skip to content

Commit

Permalink
switch to pyproject.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dstathis committed May 17, 2024
1 parent e1e10c7 commit dd2bd15
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 29 deletions.
26 changes: 26 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
name = "optprompt"
version = "0.4.0"
authors = [
{ name="Dylan Stephano-Shachter", email="[email protected]" }
]
description = "A prompting option parser"
readme = "README.md"
requires-python = ">=3.2" # Required for callable()
classifiers = [
"Programming Language :: Python",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Development Status :: 4 - Beta",
"Topic :: Software Development :: Libraries :: Python Modules",
]

[project.urls]
Homepage = "https://github.com/dstathis/optprompt"
"Bug Tracker" = "https://github.com/dstathis/optprompt/issues"

[tool.setuptools]
packages = ["optprompt"]
29 changes: 0 additions & 29 deletions setup.py

This file was deleted.

0 comments on commit dd2bd15

Please sign in to comment.