34 lines
951 B
Python
34 lines
951 B
Python
--- setup.py.orig 2021-01-04 18:38:41.394413000 -0500
|
|
+++ setup.py 2021-01-04 18:38:57.320954000 -0500
|
|
@@ -8,30 +8,7 @@
|
|
'gvm.protocols.gmpv214',
|
|
'gvm.protocols.gmpv7',
|
|
'gvm.protocols.gmpv8',
|
|
- 'gvm.protocols.gmpv9',
|
|
- 'tests',
|
|
- 'tests.connections',
|
|
- 'tests.protocols',
|
|
- 'tests.protocols.gmp',
|
|
- 'tests.protocols.gmpv208',
|
|
- 'tests.protocols.gmpv208.testcmds',
|
|
- 'tests.protocols.gmpv208.testtypes',
|
|
- 'tests.protocols.gmpv214',
|
|
- 'tests.protocols.gmpv214.testcmds',
|
|
- 'tests.protocols.gmpv214.testtypes',
|
|
- 'tests.protocols.gmpv7',
|
|
- 'tests.protocols.gmpv7.testcmds',
|
|
- 'tests.protocols.gmpv7.testtypes',
|
|
- 'tests.protocols.gmpv8',
|
|
- 'tests.protocols.gmpv8.testcmds',
|
|
- 'tests.protocols.gmpv8.testtypes',
|
|
- 'tests.protocols.gmpv9',
|
|
- 'tests.protocols.gmpv9.testcmds',
|
|
- 'tests.protocols.gmpv9.testtypes',
|
|
- 'tests.protocols.osp',
|
|
- 'tests.transforms',
|
|
- 'tests.utils',
|
|
- 'tests.xml']
|
|
+ 'gvm.protocols.gmpv9']
|
|
|
|
package_data = \
|
|
{'': ['*']}
|