Skip to content

Commit

Permalink
export config file correctly for pip install (#239)
Browse files Browse the repository at this point in the history
* export config file

* Update pyproject.toml

* update version number
  • Loading branch information
JaGeo authored Nov 13, 2024
1 parent b6f080f commit 51dac88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
keywords = ["high-throughput", "automated", "mlpotential"]
license = { text = "GPL-3.0 license" }
authors = [{ name = "Janine George", email = "[email protected]" }]
version = "0.0.4"
version = "0.0.5"
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
Expand Down Expand Up @@ -45,6 +45,7 @@ where = ["src"]

[tool.setuptools.package-data]
"autoplex.fitting.common" = ["*.json"]
"autoplex.auto.rss" = ["*.yaml"]

[project.optional-dependencies]
docs = [
Expand Down

0 comments on commit 51dac88

Please sign in to comment.