diff options
author | David Lord <davidism@gmail.com> | 2016-04-11 08:31:36 -0700 |
---|---|---|
committer | David Lord <davidism@gmail.com> | 2016-04-11 08:31:36 -0700 |
commit | 9c786053da778906dc34b3c6418f6a486b3140a2 (patch) | |
tree | 563bbc65133485d731fc47600300c4b4a64f0260 | |
parent | c76d0daa0872ad01137e52c5f14cdef817ca8eba (diff) | |
download | markupsafe-9c786053da778906dc34b3c6418f6a486b3140a2.tar.gz |
tag dev builds
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | MANIFEST.in | 2 | ||||
-rw-r--r-- | setup.cfg | 6 |
3 files changed, 8 insertions, 1 deletions
@@ -8,3 +8,4 @@ dist build .tox *.egg-info +.idea/ diff --git a/MANIFEST.in b/MANIFEST.in index c76ba68..c9a1952 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ -include AUTHORS CHANGES LICENSE tests.py tox.ini +include AUTHORS CHANGES LICENSE tests.py recursive-include markupsafe *.c diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..d992a0f --- /dev/null +++ b/setup.cfg @@ -0,0 +1,6 @@ +[egg_info] +tag_build = 'dev' +tag_date = 1 + +[aliases] +release = egg_info -RDb '' |