]> git.parisson.com Git - timeside.git/commitdiff
Remove setuptools requirement in setup.py - 2
authorThomas Fillon <thomas@parisson.com>
Sun, 20 Apr 2014 08:54:23 +0000 (10:54 +0200)
committerThomas Fillon <thomas@parisson.com>
Sun, 20 Apr 2014 08:54:23 +0000 (10:54 +0200)
setup.py

index 5b3e95c250cb22494233abca4787db35ff98d178..68d727f898a6f62c04dd14563b378df49ed358c3 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -68,6 +68,6 @@ setup(
   include_package_data = True,
   zip_safe = False,
   scripts=['scripts/timeside-waveforms', 'scripts/timeside-launch'],
-  tests_require=['pytest','setuptools'],
+  tests_require=['pytest'],
   cmdclass = {'test': PyTest},
     )