arteria / django-openinghours

Allows to define opening hours and to verify if something, for example a store, is currently open.
MIT License
57 stars 38 forks source link

Update MANIFEST.in #13

Closed fmalina closed 8 years ago

fmalina commented 8 years ago

Could this fix "pip3 install django-openinghours" error.

$[...] pip3 install django-openinghours Collecting django-openinghours Using cached django-openinghours-0.1.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/private/var/.../pip-build-.../django-openinghours/setup.py", line 18, in install_requires=open('requirements.txt').read().split(), FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.8%) to 53.926% when pulling 20b6e457a6836f6c31d9317ca550084b7f6a7f15 on fmalina:patch-2 into 989ad34fde19889a333b1ee3dd1212841fceb213 on arteria:master.

jvamvas commented 8 years ago

Thank you for the PR, @fmalina :)