Skip to content

Commit

Permalink
Forgot to add pyproject.toml, refs simonw/python-lib#6
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jan 16, 2024
1 parent 559f52f commit 74248c4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[project]
name = "python-lib-template-demo"
version = "0.1"
description = "Demonstrating https://github.com/simonw/python-lib"
readme = "README.md"
requires-python = ">=3.8"
authors = [{name = "Simon Willison"}]
license = {text = "Apache-2.0"}
classifiers = [
"License :: OSI Approved :: Apache Software License"
]
dependencies = [

]

[project.urls]
Homepage = "https://github.com/simonw/python-lib-template-demo"
Changelog = "https://github.com/simonw/python-lib-template-demo/releases"
Issues = "https://github.com/simonw/python-lib-template-demo/issues"
CI = "https://github.com/simonw/python-lib-template-demo/actions"


[project.optional-dependencies]
test = ["pytest"]

0 comments on commit 74248c4

Please sign in to comment.