Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jellepoland authored Oct 8, 2024
1 parent 453551b commit dfc7305
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,12 @@ dev = [
"Homepage" = "https://github.com/awegroup"
"Source" = "https://github.com/awegroup/<your_repository>"

# To grab all the files from the src folders of installed packages, not only the .py files
[tool.setuptools.packages.find]
where = ["src"]

# List of relevant URLs for your project. These are displayed on the left sidebar of your PyPI page.
# This can include links to the homepage, source code, changelog, funding, etc.


# This [project] example was adopted from https://github.com/pypa/sampleproject/blob/main/pyproject.toml
# This [project] example was adopted from https://github.com/pypa/sampleproject/blob/main/pyproject.toml

0 comments on commit dfc7305

Please sign in to comment.