mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 07:57:38 -04:00
10 lines
358 B
Python
10 lines
358 B
Python
--- setup.py.orig 2016-02-03 13:25:05 UTC
|
|
+++ setup.py
|
|
@@ -46,7 +46,6 @@ setup(
|
|
],
|
|
packages = find_packages(exclude = ['tests']),
|
|
package_data = {"": ["html/*", "translations/*"]},
|
|
- data_files = [("share/doc/gitinspector", glob("*.txt"))],
|
|
entry_points = {"console_scripts": ["gitinspector = gitinspector.gitinspector:main"]},
|
|
zip_safe = False
|
|
)
|