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
ddeea9fa
Commit
ddeea9fa
authored
May 11, 2017
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove stale references to rwt. Ref #1018.
parent
44d2c019
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.travis.yml
.travis.yml
+2
-2
setup.py
setup.py
+1
-1
No files found.
.travis.yml
View file @
ddeea9fa
...
@@ -15,8 +15,8 @@ matrix:
...
@@ -15,8 +15,8 @@ matrix:
-
python
:
2.7
-
python
:
2.7
env
:
LC_ALL=C LC_CTYPE=C
env
:
LC_ALL=C LC_CTYPE=C
script
:
script
:
# need tox
and rwt
to get started
# need tox to get started
-
pip install tox
rwt
-
pip install tox
# Output the env, to verify behavior
# Output the env, to verify behavior
-
env
-
env
...
...
setup.py
View file @
ddeea9fa
...
@@ -19,7 +19,7 @@ def require_metadata():
...
@@ -19,7 +19,7 @@ def require_metadata():
if
not
os
.
path
.
exists
(
egg_info_dir
):
if
not
os
.
path
.
exists
(
egg_info_dir
):
msg
=
(
msg
=
(
"Cannot build setuptools without metadata. "
"Cannot build setuptools without metadata. "
"Install rwt and run `
rwt --
bootstrap.py`."
"Install rwt and run `bootstrap.py`."
)
)
raise
RuntimeError
(
msg
)
raise
RuntimeError
(
msg
)
...
...
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