Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove Makefile (Closes: #21) #156

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

anarcat
Copy link
Member

@anarcat anarcat commented Sep 7, 2017

the makefile doesn't bring any advantage over the normal python setup.py install instructions and just add an extra
dependencies. furthermore, it installs files in a non-standard
location that should generally be avoided.

it will also break Debian packaging, which will think this is a C
program and try to install it as such (and then in the wrong location).

the makefile doesn't bring any advantage over the normal `python
setup.py install` instructions and just add an extra
dependencies. furthermore, it installs files in a non-standard
location that should generally be avoided.

it will also break Debian packaging, which will think this is a C
program and try to install it as such (and then in the wrong location).
@waldyrious
Copy link

Hi @anarcat. I'm afraid @gurgeh hasn't been too active on this project lately, but I'd love to see it spring back to life :) I took the liberty to inform him via Twitter about your recent activity on this repo. Hope that helps!

@anarcat anarcat mentioned this pull request Sep 7, 2017
@anarcat
Copy link
Member Author

anarcat commented Sep 7, 2017

thanks! i've opened a specific issue about this in #161 and added something on the twitter thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants