bloomonkey / oai-harvest

Python package for harvesting records from OAI-PMH provider(s).
Other
62 stars 41 forks source link

Moving fetching of setuptools to requirements.txt instead of distribute_setup.py. #9

Closed yonyonson closed 9 years ago

yonyonson commented 9 years ago

Tried to get this module compiled with Python 3.4 and failed due to dependency to distribute_setup.py. I have manged to get it running by moving dependency resolution to reqs.txt.