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

Lack of setup.cfg file prevents trivial debianising #70

Closed
sparkslabs opened this issue Mar 28, 2014 · 1 comment
Closed

Lack of setup.cfg file prevents trivial debianising #70

sparkslabs opened this issue Mar 28, 2014 · 1 comment

Comments

@sparkslabs
Copy link

Hi,

Great library. I'm debianising a few python libraries, since we using debians packaging for maintaining machines. If you add in a default set.cfg file, this is simple as this:

python setup.py sdist
cd dist
py2dsc websocket-client-0.12.0.tar.gz
cd deb_dist
cd websocket-client-0.12.0
debuild -uc -us

(Package is now in directory above)

However, this only succeeds if I add in a setup.cfg file. I've forked the project and added the file and will put in place a pull request - but thought putting an issue in as well about it might be the friendly thing to do :-)

Thanks!

@liris
Copy link
Collaborator

liris commented Mar 31, 2014

merged #71

@liris liris closed this as completed Mar 31, 2014
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

No branches or pull requests

2 participants