Skip to content

Commit

Permalink
Merge pull request #2 from popenta/add-project-file
Browse files Browse the repository at this point in the history
Add project file
  • Loading branch information
popenta authored Apr 1, 2024
2 parents f7a9d52 + a119fa1 commit e28fc61
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.metadata]
allow-direct-references = true

[project]
name = "testproject_1"
version = "0.1.1"
authors = [
{ name="p0pe" },
]
description = "test project for trusted publisher."
readme = "README.md"
requires-python = ">=3.8"

[project.urls]
"Homepage" = "https://github.com/popenta/test-repo"

0 comments on commit e28fc61

Please sign in to comment.