File: setup.diff

package info (click to toggle)
pydoubles 1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 184 kB
  • ctags: 356
  • sloc: python: 1,237; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 451 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Avoid to install pyDoublesTests
--- a/setup.py
+++ b/setup.py
@@ -5,11 +5,10 @@
     version='1.4',
     author='Carlos Ble',
     author_email='carlos@iexpertos.com',
-    packages=['pyDoubles', 'pyDoublesTests'],
+    packages=['pyDoubles'],
     scripts=[],
     url='https://bitbucket.org/carlosble/pydoubles',
     license='LICENSE.txt',
     description='Test doubles framework for Python',
     long_description=open('README.txt').read(),
 )
-