diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2014-01-01 23:38:15 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2014-01-01 23:38:15 +0100 |
commit | c3d669ca074557bcf57a4742b83d178364b08465 (patch) | |
tree | 816e377bc7a7292ef5e3734bae5ef8872054462d | |
parent | d933aab82678efab4814f15b46361f7edf079382 (diff) |
Remove requirement on distribute
This accidentally slipped into 907e410.
-rwxr-xr-x | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -52,7 +52,6 @@ setup(name='python-stdnum', ], packages=find_packages(), package_data={'': ['*.dat']}, - install_requires=['distribute'], extras_require={ 'VIES': ['suds'], }, |