summarylogtreecommitdiffstats
path: root/001-setup.py.patch
blob: 1f15ec141410e67f0868961076a6327c598ba3ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/setup.py b/setup.py
index 60caffc..a377d69 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,5 @@ from setuptools import find_packages, setup
 
 
 setup(
-    packages=find_packages(),
-    pbr=True,
-    setup_requires=['pbr'],
+    packages=find_packages(exclude=('tests',))
 )