Add setup.cfg to allow py2dsc to debianize package
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.
This commit is contained in:
parent
cbcdcc86b4
commit
be6d996cc4
5
setup.cfg
Normal file
5
setup.cfg
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
[egg_info]
|
||||||
|
tag_build =
|
||||||
|
tag_date = 0
|
||||||
|
tag_svn_revision = 0
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user