mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
11 lines
274 B
Python
11 lines
274 B
Python
--- setup.py.orig 2021-01-04 15:47:34.037289000 -0500
|
|
+++ setup.py 2021-01-04 15:47:58.669103000 -0500
|
|
@@ -2,7 +2,7 @@
|
|
from setuptools import setup
|
|
|
|
packages = \
|
|
-['gvmtools', 'scripts', 'tests', 'tests.scripts']
|
|
+['gvmtools', 'scripts']
|
|
|
|
package_data = \
|
|
{'': ['*']}
|