diff options
author | Tarek Ziadé <tarek@ziade.org> | 2009-07-16 11:00:03 +0200 |
---|---|---|
committer | Tarek Ziadé <tarek@ziade.org> | 2009-07-16 11:00:03 +0200 |
commit | 4e3c89af488a7554f3caf18f203d36624c52464e (patch) | |
tree | dd96218ec06a2246105099fc521e37ca87bd4ae8 | |
parent | f49444eca4d22cd394a20a193499b8df416c3e48 (diff) | |
download | external_python_setuptools-4e3c89af488a7554f3caf18f203d36624c52464e.tar.gz external_python_setuptools-4e3c89af488a7554f3caf18f203d36624c52464e.tar.bz2 external_python_setuptools-4e3c89af488a7554f3caf18f203d36624c52464e.zip |
not needed anymore
--HG--
branch : distribute
extra : rebase_source : 0b8f196f7076894670245e3044275ccc6943f611
-rwxr-xr-x | version | 48 | ||||
-rwxr-xr-x | version.dat | 6 |
2 files changed, 0 insertions, 54 deletions
diff --git a/version b/version deleted file mode 100755 index d7318d71..00000000 --- a/version +++ /dev/null @@ -1,48 +0,0 @@ -#!/usr/local/bin/invoke /usr/bin/peak version-config - -# This is a PEAK 'version' tool configuration file, that's -# also executable. PJE uses it to bump version numbers in -# the various parts of the project without having to edit them -# by hand. The current version is stored in the version.dat -# file. - -# These are not the droids you're looking for. You can go on -# about your business... - -<Scheme default> - DefaultFormat full - part major - part minor - part status choice alpha beta "release candidate" final - part build - part date timestamp - - <Formats> - trailer remap status "a%(build)s" "b%(build)s" "c%(build)s" "%(dot-maint)s" - dot-maint optional build ".%(build)s" - full "%(major)s.%(minor)s %(status)s %(build)s" - short "%(major)s.%(minor)s%(trailer)s" - </Formats> -</Scheme> - -<Module> - Name setuptools - - <Edit> - File setup.py - File ez_setup.py - Match 'VERSION = "%(short)s"' - </Edit> - - <Edit> - File release.sh - Match 'VERSION="%(short)s"' - </Edit> - - <Edit> - File setuptools/__init__.py - Match "__version__ = '%(short)s'" - </Edit> - -</Module> - diff --git a/version.dat b/version.dat deleted file mode 100755 index 32144c8e..00000000 --- a/version.dat +++ /dev/null @@ -1,6 +0,0 @@ -[setuptools]
-status = 'release candidate'
-major = 0
-build = 9
-minor = 6
-
|