This is going to be a short question.
The source is here: https://github.com/exhuma/grc
And the title explains my problem ;)
I registered and uploaded the package to pypi
. Now if I run easy_install grc
, it works as expected. But if I run pip install grc
, it installs properly, but does not install the data_files. I don't see why this is happening. Any ideas?