[setup] add docs, icon update

This commit is contained in:
Jan Grewe 2021-01-10 00:05:25 +01:00
parent fbd1bedc7b
commit 65e147c48b
2 changed files with 3 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -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,