[setup] add docs, icon update
This commit is contained in:
parent
fbd1bedc7b
commit
65e147c48b
Binary file not shown.
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.2 KiB |
4
setup.py
4
setup.py
@ -33,7 +33,9 @@ install_req = ["nixio>=1.4.0", "PyQt5"]
|
||||
|
||||
data_files = [("icons", glob.glob(os.path.join("icons", "*.png"))),
|
||||
("icons", glob.glob(os.path.join("icons", "*.ic*"))),
|
||||
(".", ["LICENSE"])]
|
||||
(".", ["LICENSE"]),
|
||||
("docs", glob.glob(os.path.join("docs", "*.md")))
|
||||
]
|
||||
|
||||
setup(
|
||||
name=NAME,
|
||||
|
Loading…
Reference in New Issue
Block a user