Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
fb7c407b
Commit
fb7c407b
authored
May 28, 2013
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Plain Diff
Merge with Distribute 0.6.44
--HG-- rename : distribute_setup.py => ez_setup.py
parents
9d50157d
b39c7702
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
.hgtags
.hgtags
+1
-0
.travis.yml
.travis.yml
+1
-0
CHANGES.txt
CHANGES.txt
+7
-0
No files found.
.hgtags
View file @
fb7c407b
...
@@ -56,3 +56,4 @@ f30167716b659f96c5e0b7ea3d5be2bcff8c0eac 0.6.42
...
@@ -56,3 +56,4 @@ f30167716b659f96c5e0b7ea3d5be2bcff8c0eac 0.6.42
8951daac6c1bc7b24c7fb054fd369f2c5b88cdb3 0.7b2
8951daac6c1bc7b24c7fb054fd369f2c5b88cdb3 0.7b2
35086ee286732b0f63d2be18d9f26f2734586e2d 0.6.43
35086ee286732b0f63d2be18d9f26f2734586e2d 0.6.43
63e4eb2d61204f77f9b557201a0efa187b05a611 0.7b3
63e4eb2d61204f77f9b557201a0efa187b05a611 0.7b3
73aa98aee6bbc4a9d19a334a8ac928dece7799c6 0.6.44
.travis.yml
View file @
fb7c407b
...
@@ -4,5 +4,6 @@ python:
...
@@ -4,5 +4,6 @@ python:
-
2.6
-
2.6
-
2.7
-
2.7
-
3.2
-
3.2
-
3.3
# command to run tests
# command to run tests
script
:
python setup.py test
script
:
python setup.py test
CHANGES.txt
View file @
fb7c407b
...
@@ -20,6 +20,13 @@ Added several features that were slated for setuptools 0.6c12:
...
@@ -20,6 +20,13 @@ Added several features that were slated for setuptools 0.6c12:
* Added support for SSL certificate validation when installing packages from
* Added support for SSL certificate validation when installing packages from
an HTTPS service.
an HTTPS service.
------
0.6.44
------
* ``distribute_setup.py`` has been updated to allow Setuptools 0.7 to
satisfy use_setuptools.
------
------
0.6.43
0.6.43
------
------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment