summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-04-30 08:34:42 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-04-30 08:34:42 -0400
commit7b9094b531881f4c7260f6b91cf63ecdb9f5819c (patch)
tree4d2fea467bb053bef774017a182f4bffa368d2b4
parent054f2253cf66d41c28969b10260eb523e38e921a (diff)
downloadcherrypy-7b9094b531881f4c7260f6b91cf63ecdb9f5819c.tar.gz
Package now builds with a .postYYYYMMDD version except for released versions.
-rw-r--r--.travis.yml2
-rw-r--r--setup.cfg8
2 files changed, 9 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 91a0a9d9..dfd4286c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,4 +17,4 @@ deploy:
user: jaraco
password:
secure: jWITC3NYIFEts9ssH6ILy4BmloZ9pA0R7xIgR0L++2GUXkViIDb0DGgyTr0Godiu1fiip661Ur6L+Bu9hDYcEFG5otvOf3Mg2on+2bURXyfH/MaLU6+BZmYy3lG4EISgRHevhynWYiKOftXdSZcEEjUNTa+YTBw2nnYCFt9l2Ow=
- distributions: sdist bdist_wheel
+ distributions: release
diff --git a/setup.cfg b/setup.cfg
index cd62b8dd..182e15e2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,7 @@
+[aliases]
+clean_egg_info = egg_info -RDb ''
+release = clean_egg_info sdist bdist_wheel
+
[sdist]
formats=gztar,zip
@@ -6,3 +10,7 @@ where=cherrypy
logging-filter=cherrypy
verbosity=2
nocapture=True
+
+[egg_info]
+tag_build = .post
+tag_date = 1