Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
working build
Browse files Browse the repository at this point in the history
jharshman committed Feb 8, 2024
1 parent e97429a commit feb957c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -20,11 +20,6 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
packages = [
"assetman",
"assetman/parsers",
"assetman/tornadoutils",
]
dependencies = [
"aadict==0.2.3",
"asgiref==3.7.2",
@@ -51,3 +46,7 @@ dependencies = [
[project.scripts]
assetman_compile = "assetman:assetman_compile"

[tool.setuptools.packages.find]
where = ["assetman"]
namespaces = false

0 comments on commit feb957c

Please sign in to comment.