From be6d996cc4012aa3d58df085b2d48a5f9ecdff4c Mon Sep 17 00:00:00 2001 From: Michael Sparks Date: Fri, 28 Mar 2014 15:38:56 +0000 Subject: [PATCH] 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. --- setup.cfg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..861a9f5 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,5 @@ +[egg_info] +tag_build = +tag_date = 0 +tag_svn_revision = 0 +