Skip to content

Commit

Permalink
Fix package data
Browse files Browse the repository at this point in the history
  • Loading branch information
calendulish committed Apr 1, 2023
1 parent a4d7116 commit 7152022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
include LICENSE.md
exclude pylintrc
graft src
prune src/steam_api/steamworks_sdk/sdk
prune tests
global-exclude *.zip *.yml *.ini .*
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ changelog = "https://github.com/calendulish/steam-tools-ng/releases"
[tool.setuptools]
include-package-data = true
zip-safe = false

[tools.setuptools.packages.find]
where = ["src"]
package-dir = {"" = "src"}
packages = ["stlib"]

0 comments on commit 7152022

Please sign in to comment.