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
72293ecb
Commit
72293ecb
authored
Oct 27, 2018
by
Jason R. Coombs
Committed by
GitHub
Oct 27, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1533 from bloomberg/dont_copy_pyc
Exclude .pyc in sdist output
parents
1b98bc20
525e5ede
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
.travis.yml
.travis.yml
+3
-1
MANIFEST.in
MANIFEST.in
+1
-1
changelog.d/1533.misc.rst
changelog.d/1533.misc.rst
+1
-0
No files found.
.travis.yml
View file @
72293ecb
...
@@ -30,7 +30,9 @@ jobs:
...
@@ -30,7 +30,9 @@ jobs:
install
:
skip
install
:
skip
script
:
skip
script
:
skip
after_success
:
true
after_success
:
true
before_deploy
:
python bootstrap.py
before_deploy
:
-
python bootstrap.py
-
!
grep pyc setuptools.egg-info/SOURCES.txt
deploy
:
deploy
:
provider
:
pypi
provider
:
pypi
on
:
on
:
...
...
MANIFEST.in
View file @
72293ecb
...
@@ -2,7 +2,7 @@ recursive-include setuptools *.py *.exe *.xml
...
@@ -2,7 +2,7 @@ recursive-include setuptools *.py *.exe *.xml
recursive-include tests *.py
recursive-include tests *.py
recursive-include setuptools/tests *.html
recursive-include setuptools/tests *.html
recursive-include docs *.py *.txt *.conf *.css *.css_t Makefile indexsidebar.html
recursive-include docs *.py *.txt *.conf *.css *.css_t Makefile indexsidebar.html
recursive-include setuptools/_vendor *
recursive-include setuptools/_vendor *
.py *.txt
recursive-include pkg_resources *.py *.txt
recursive-include pkg_resources *.py *.txt
include *.py
include *.py
include *.rst
include *.rst
...
...
changelog.d/1533.misc.rst
0 → 100644
View file @
72293ecb
Restrict the `recursive-include setuptools/_vendor` to contain only .py and .txt files
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