Skip to content

Commit

Permalink
Update pyproject.toml: allow upload to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
JostMigenda authored May 23, 2023
1 parent a8edf3a commit 6d73f49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions snowglobes_data/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ readme = "README.md"
requires-python = ">=3.7"
license = {file = "LICENSE"}
classifiers = [
"Private :: Do Not Upload",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Operating System :: OS Independent",
Expand All @@ -34,4 +33,4 @@ include = ["snowglobes_data",
"snowglobes_data.xscns"]

[tool.setuptools.package-data]
"*" = ["*.dat"]
"*" = ["*.dat"]

0 comments on commit 6d73f49

Please sign in to comment.