Skip to content

Commit

Permalink
add license and repo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dlstadther committed Oct 17, 2023
1 parent 7b58af2 commit c72ddd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
name = "sample-project-python"
version = "0.1.0"
description = "Sample Python Project"
license = "MIT"
authors = ["Dillon Stadther"]
readme = "README.md"
repository = "https://github.com/dlstadther/sample-project-python"
packages = [
{ include = "sample", from = "src" },
]
Expand Down

0 comments on commit c72ddd8

Please sign in to comment.