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

Add setup.cfg to allow py2dsc to debianize package #71

Merged
merged 1 commit into from
Mar 31, 2014

Conversation

sparkslabs
Copy link

By adding this file to the package, it allows a debian package for websocket-client
to be created this easily:

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

Without this file, py2dsc fails - in part because the process that py2dsc uses using the contents of the autogenerated egg information to decide what to package, but this misses off the autogenerate setup.cfg file. If you have a setup.cfg file, it all works as you'd hope/like.

See also #70 - Lack of setup.cfg file prevents trivial debianising

Michael.

By adding this file to the package, it allows a debian package for websocket-client
to be created this easily:

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

Without this file, py2dsc fails.
liris added a commit that referenced this pull request Mar 31, 2014
Add setup.cfg to allow py2dsc to debianize package
@liris liris merged commit b291c0f into websocket-client:master Mar 31, 2014
liris added a commit that referenced this pull request Apr 8, 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

Successfully merging this pull request may close these issues.

None yet

3 participants