mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
0.10 -> 1.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
* 0.10
|
||||
* 1.0
|
||||
- Added systemwide install support. (issue #31)
|
||||
- Fixed issue #41 Handle venv binary with the symlink command.
|
||||
- Improved `venv` command (without virtualenvwrapper)
|
||||
|
||||
@@ -173,8 +173,8 @@ See more details below
|
||||
Changelog
|
||||
=========
|
||||
|
||||
0.10 (2011-08-08)
|
||||
-----------------
|
||||
1.0 (2011-08-08)
|
||||
----------------
|
||||
|
||||
- Added systemwide install support. (issue #31)
|
||||
- Fixed issue #41 Handle venv binary with the symlink command.
|
||||
|
||||
@@ -6,7 +6,7 @@ except:
|
||||
import configparser as ConfigParser
|
||||
|
||||
# pythonbrew version
|
||||
VERSION = "0.10"
|
||||
VERSION = "1.0"
|
||||
|
||||
# pythonbrew installer root path
|
||||
INSTALLER_ROOT = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
@@ -17,6 +17,10 @@ setup(name='pythonbrew',
|
||||
'Programming Language :: Python :: 2.4',
|
||||
'Programming Language :: Python :: 2.5',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.1',
|
||||
'Programming Language :: Python :: 3.2',
|
||||
],
|
||||
keywords='pythonbrew pip easy_install distutils setuptools virtualenv',
|
||||
author='utahta',
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
0.10
|
||||
1.0
|
||||
Reference in New Issue
Block a user