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:
Michael Sparks 2014-03-28 15:38:56 +00:00
parent cbcdcc86b4
commit be6d996cc4
1 changed files with 5 additions and 0 deletions

5
setup.cfg Normal file
View File

@ -0,0 +1,5 @@
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0