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
7f997bf3
Commit
7f997bf3
authored
Jun 22, 2014
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Expanded on Project Management
parent
f2d7c537
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
7 deletions
+22
-7
docs/developer-guide.txt
docs/developer-guide.txt
+22
-7
No files found.
docs/developer-guide.txt
View file @
7f997bf3
...
@@ -19,19 +19,34 @@ is not authoritative, it was authored by the maintainer of Setuptools, so
...
@@ -19,19 +19,34 @@ is not authoritative, it was authored by the maintainer of Setuptools, so
reflects his opinions and will improve the likelihood of acceptance and
reflects his opinions and will improve the likelihood of acceptance and
quality of contribution.
quality of contribution.
------------------
----
------------------
Repository and Tracker
Project Management
------------------
----
------------------
Setuptools is developed using the DVCS Mercurial.
Setuptools is maintained primarily in Bitbucket at `this home
<https://bitbucket.org/pypa/setuptools>`_. Setuptools is maintained under the
Python Packaging Authority (PyPA) with several core contributors. All bugs
for Setuptools are filed and the canonical source is maintained in Bitbucket.
Grab the code at bitbucket::
User support and discussions are done through the issue tracker (for specific)
issues, through the distutils-sig mailing list, or on IRC (Freenode) at
#pypa.
Discussions about development happen on the pypa-dev mailing list or on IRC
(Freenode) at #pypa-dev.
-----------
Source Code
-----------
Grab the code at Bitbucket::
$ hg clone https://bitbucket.org/pypa/setuptools
$ hg clone https://bitbucket.org/pypa/setuptools
If you want to contribute changes, we recommend you fork the repository on
If you want to contribute changes, we recommend you fork the repository on
b
itbucket, commit the changes to your repository, and then make a pull request
B
itbucket, commit the changes to your repository, and then make a pull request
on
b
itbucket. If you make some changes, don't forget to:
on
B
itbucket. If you make some changes, don't forget to:
- add a note in CHANGES.txt
- add a note in CHANGES.txt
...
...
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