Skip to content

Commit

Permalink
Fix setuptools discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
burggraaff committed Mar 6, 2024
1 parent 0c4bfb0 commit 2b142a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "fpcup"
version = "0.0.1"
authors = [
{name = "Olivier Burggraaff", email = "o.burggraaff@cml.leidenuniv.nl"},
]
Expand All @@ -15,3 +16,6 @@ license = {file = "LICENSE"}
classifiers = [
"Programming Language :: Python :: 3",
]

[tool.setuptools]
packages = ["fpcup"]

0 comments on commit 2b142a1

Please sign in to comment.