mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-16 00:28:25 +01:00
Setuptools now places the documentation (txt files) in the correct folder.
This commit is contained in:
parent
f9808c609b
commit
c6df0cc95c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -46,7 +46,7 @@ setup(
|
|||
],
|
||||
packages = find_packages(),
|
||||
package_data = {"": ["html/*"]},
|
||||
data_files = glob("*.txt"),
|
||||
data_files = [("share/doc/gitinspector", glob("*.txt"))],
|
||||
entry_points = {"console_scripts": ["gitinspector = gitinspector.gitinspector:main"]},
|
||||
zip_safe = True
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue