aboutsummaryrefslogtreecommitdiffstats
path: root/pathod
diff options
context:
space:
mode:
Diffstat (limited to 'pathod')
-rw-r--r--pathod/MANIFEST.in2
-rw-r--r--pathod/setup.py3
2 files changed, 3 insertions, 2 deletions
diff --git a/pathod/MANIFEST.in b/pathod/MANIFEST.in
new file mode 100644
index 00000000..fb7b776c
--- /dev/null
+++ b/pathod/MANIFEST.in
@@ -0,0 +1,2 @@
+graft libpathod
+recursive-exclude * *.pyc *.pyo *.swo *.swp *.map \ No newline at end of file
diff --git a/pathod/setup.py b/pathod/setup.py
index e4160d13..faec47f2 100644
--- a/pathod/setup.py
+++ b/pathod/setup.py
@@ -38,8 +38,7 @@ setup(
"Topic :: Software Development :: Testing",
"Topic :: Software Development :: Testing :: Traffic Generation",
],
-
- packages=find_packages(exclude=["test", "test.*"]),
+ packages=find_packages(),
include_package_data=True,
entry_points={
'console_scripts': [