mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 01:39:26 +02:00
static resources
This commit is contained in:
parent
b59deb8d8d
commit
afa4216591
9 changed files with 82 additions and 15 deletions
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue