summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2016-10-19 17:56:53 +0200
committerAndrew Shadura <andrewsh@debian.org>2016-10-19 17:56:53 +0200
commitbdbd753fe4ab2de979939bae4caf93b16f6b5efc (patch)
tree5035feeb558cb1941364624600b21e275f29681c /setup.cfg
Imported Upstream version 0.14
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..d9d658a
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,8 @@
+[egg_info]
+tag_svn_revision = 0
+tag_build =
+tag_date = 0
+
+[aliases]
+release = register sdist bdist_egg upload
+