Michael Sparks be6d996cc4 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.
2014-03-28 15:38:56 +00:00

6 lines
59 B
INI

[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0