Skip to content

Commit

Permalink
Improve packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Sep 10, 2023
1 parent 970fe82 commit 1856875
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
[build-system]
requires = ["hatchling", "hatch-vcs"]
build-backend = "hatchling.build"

[project]
name = "pyproject_dependencies"
version = "1.0"
name = "pyproject-dependencies"
dependencies = ["build", "packaging"]
description = "Print Requires-Dist metadata of a set of python projects."
requires-python = ">=3.7"
readme = "README.md"
authors = [
{name = "Stéphane Bidoul", email = "[email protected]"}
]
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
]
dynamic = ["version"]

[project.urls]
Homepage = "https://github.com/sbidoul/pyproject-dependencies"

[tool.hatch.version]
source = "vcs"

0 comments on commit 1856875

Please sign in to comment.