Lines 1-5
Link Here
|
1 |
--- ./setup.py.orig 2012-07-27 17:22:56.000000000 +1000 |
1 |
--- ./setup.py.orig 2012-08-06 16:46:03.000000000 +1000 |
2 |
+++ ./setup.py 2012-07-28 10:46:43.000000000 +1000 |
2 |
+++ ./setup.py 2012-08-27 20:38:32.000000000 +1000 |
3 |
@@ -15,8 +15,6 @@ |
3 |
@@ -15,8 +15,6 @@ |
4 |
os.system('python setup.py sdist upload') |
4 |
os.system('python setup.py sdist upload') |
5 |
sys.exit() |
5 |
sys.exit() |
Lines 29-37
Link Here
|
29 |
install_requires=requires, |
29 |
install_requires=requires, |
30 |
license=open('LICENSE').read(), |
30 |
license=open('LICENSE').read(), |
31 |
classifiers=( |
31 |
classifiers=( |
32 |
@@ -66,4 +60,5 @@ |
32 |
@@ -66,4 +60,6 @@ |
33 |
'Programming Language :: Python :: 3.0', |
33 |
'Programming Language :: Python :: 3.0', |
34 |
'Programming Language :: Python :: 3.1', |
34 |
'Programming Language :: Python :: 3.1', |
35 |
), |
35 |
), |
36 |
+ zip_safe=False, |
36 |
+ zip_safe=False, |
|
|
37 |
+ test_suite='tests', |
37 |
) |
38 |
) |