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
244ff322
Commit
244ff322
authored
Jul 01, 2018
by
Jason R. Coombs
Committed by
GitHub
Jul 01, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1403 from benoit-pierre/fix_developer_guide
docs: fix developer guide
parents
a94ccbf4
b32fcfa5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
26 deletions
+2
-26
CHANGES.rst
CHANGES.rst
+1
-1
changelog.d/1403.doc.rst
changelog.d/1403.doc.rst
+1
-0
docs/developer-guide.txt
docs/developer-guide.txt
+0
-25
No files found.
CHANGES.rst
View file @
244ff322
...
...
@@ -19,7 +19,7 @@ v39.2.0
after
any
``
distutils
``
``
setup_keywords
``
calls
,
allowing
them
to
override
values
.
*
#
1352
:
Added
``
tox
``
environment
for
documentation
builds
.
*
#
1354
:
Added
``
towncrier
``
for
changelog
managment
.
*
#
1354
:
Added
``
towncrier
``
for
changelog
manag
e
ment
.
*
#
1355
:
Add
PR
template
.
*
#
1368
:
Fixed
tests
which
failed
without
network
connectivity
.
*
#
1369
:
Added
unit
tests
for
PEP
425
compatibility
tags
support
.
...
...
changelog.d/1403.doc.rst
0 → 100644
View file @
244ff322
Fix developer's guide.
docs/developer-guide.txt
View file @
244ff322
...
...
@@ -89,31 +89,6 @@ code changes. See the following for an example news fragment:
$ cat changelog.d/1288.change.rst
Add support for maintainer in PKG-INFO
-----------
Source Code
-----------
Grab the code at Github::
$ git clone https://github.com/pypa/setuptools
If you want to contribute changes, we recommend you fork the repository on
Github, commit the changes to your repository, and then make a pull request
on Github. If you make some changes, don't forget to:
- add a note in CHANGES.rst
Please commit all changes in the 'master' branch against the latest available
commit or for bug-fixes, against an earlier commit or release in which the
bug occurred.
If you find yourself working on more than one issue at a time, Setuptools
generally prefers Git-style branches, so use Mercurial bookmarks or Git
branches or multiple forks to maintain separate efforts.
The Continuous Integration tests that validate every release are run
from this repository.
-------
Testing
-------
...
...
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