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
b8a80d2f
Commit
b8a80d2f
authored
Jul 18, 2013
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated README and setup.py to reference PyPA
parent
d748f5e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
README.txt
README.txt
+5
-1
setup.py
setup.py
+1
-1
No files found.
README.txt
View file @
b8a80d2f
...
...
@@ -157,7 +157,7 @@ Credits
aspects of ``easy_install``, and supplied the doctests for the command-line
``.exe`` wrappers on Windows.
* Phillip J. Eby is the
principal author and maintaine
r of setuptools, and
* Phillip J. Eby is the
seminal autho
r of setuptools, and
first proposed the idea of an importable binary distribution format for
Python application plug-ins.
...
...
@@ -167,4 +167,8 @@ Credits
"Code Bear" Taylor) contributed their time and stress as guinea pigs for the
use of eggs and setuptools, even before eggs were "cool". (Thanks, guys!)
* Since the merge with Distribute, Jason R. Coombs is the
maintainer of setuptools. The project is maintained in coordination with
the Python Packaging Authority (PyPA) and the larger Python community.
.. _files:
setup.py
View file @
b8a80d2f
...
...
@@ -102,7 +102,7 @@ setup_params = dict(
version
=
main_ns
[
'__version__'
],
description
=
"Easily download, build, install, upgrade, and uninstall "
"Python packages"
,
author
=
"
The fellowship of the packaging
"
,
author
=
"
Python Packaging Authority
"
,
author_email
=
"distutils-sig@python.org"
,
license
=
"PSF or ZPL"
,
long_description
=
long_description
,
...
...
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