Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2014-01-01 23:38:15 +0100
committerArthur de Jong <arthur@arthurdejong.org>2014-01-01 23:38:15 +0100
commitc3d669ca074557bcf57a4742b83d178364b08465 (patch)
tree816e377bc7a7292ef5e3734bae5ef8872054462d
parentd933aab82678efab4814f15b46361f7edf079382 (diff)
Remove requirement on distribute
This accidentally slipped into 907e410.
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9419c93..afb9889 100755
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,6 @@ setup(name='python-stdnum',
],
packages=find_packages(),
package_data={'': ['*.dat']},
- install_requires=['distribute'],
extras_require={
'VIES': ['suds'],
},