themoonsheep / moonsheep

Moonsheep digitizes huge, messy paper and PDF archives through crowdsourcing and cutting edge technology.
http://moonsheep.org
GNU Affero General Public License v3.0
9 stars 3 forks source link

Readme.rst does not exist #97

Closed KrzysztofMadejski closed 6 years ago

KrzysztofMadejski commented 6 years ago
Traceback (most recent call last):
  File "setup.py", line 4, in <module>
    with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
FileNotFoundError: [Errno 2] No such file or directory: 'README.rst'

change setup.py to include README.md

KrzysztofMadejski commented 6 years ago

Now python setup.py develop works.