mirror of
https://github.com/9001/copyparty.git
synced 2026-04-02 03:00:05 -04:00
static resources
This commit is contained in:
3
setup.py
3
setup.py
@@ -37,10 +37,11 @@ VERSION = None
|
||||
data_files = [("share/doc/copyparty", ["README.rst", "README.md", "LICENSE"])]
|
||||
manifest = ""
|
||||
for dontcare, files in data_files:
|
||||
# print(dontcare)
|
||||
for fn in files:
|
||||
manifest += "include {0}\n".format(fn)
|
||||
|
||||
manifest += "recursive-include copyparty/web *\n"
|
||||
|
||||
here = os.path.abspath(os.path.dirname(__file__))
|
||||
|
||||
with open(here + "/MANIFEST.in", "wb") as f:
|
||||
|
||||
Reference in New Issue
Block a user