blob: 91c26e03a03797854c1e3164c4c39c2c62cda9ff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- setup.py.orig 2021-09-04 19:49:01.514046000 -0500
+++ setup.py 2021-09-04 20:24:10.187804000 -0500
@@ -2,7 +2,7 @@
from setuptools import setup
packages = \
-['ospd', 'ospd.command', 'tests', 'tests.command']
+['ospd', 'ospd.command']
package_data = \
{'': ['*']}
|