Lines 1-13
Link Here
|
1 |
--- setup.py.orig 2016-02-27 05:10:48 UTC |
|
|
2 |
+++ setup.py |
3 |
@@ -69,7 +69,9 @@ def main(): |
4 |
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], |
5 |
author='Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, Floris Bruynooghe, Brianna Laugher, Florian Bruhin and others', |
6 |
author_email='holger at merlinux.eu', |
7 |
- entry_points=make_entry_points(), |
8 |
+ entry_points= { |
9 |
+ 'console_scripts': ['py.test=pytest:main'], |
10 |
+ }, |
11 |
classifiers=classifiers, |
12 |
cmdclass={'test': PyTest}, |
13 |
# the following should be enabled for release |