incf-nidash / nidm-api

A restful api and client for NIDM
http://nidm-api.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

setup.py: get requirements from requirements.txt #11

Closed cmaumet closed 9 years ago

cmaumet commented 9 years ago

A small updates in setup.py to read the requirement list directly from requirements.txt (rdfextras was missing).

vsoch commented 9 years ago

This is a great idea! If only I could tell you all the times I forgot to add something to the setup.py from requirements.txt!