nzhagen / bibulous

Bibulous - a simple drop-in replacement for BibTeX
MIT License
47 stars 9 forks source link

pip install is not working properly #7

Closed nzhagen closed 7 years ago

nzhagen commented 8 years ago

Two users have had trouble with the pip install, so we need to find out what's going on and fix it.

ff2000 commented 8 years ago

Could it be caused by this?

❯ python ./setup.py build
running build
running build_py
file bibulous, bibulous_test, bibulous_authorextract.py (for module bibulous, bibulous_test, bibulous_authorextract) not found
file bibulous, bibulous_test, bibulous_authorextract.py (for module bibulous, bibulous_test, bibulous_authorextract) not found

Those files have a .py extension. How can that be fixed? Should distutils recognize the files anyhow? Rename the files in the project?