Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
Hdlmake
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
13
Issues
13
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
Wiki
Wiki
image/svg+xml
Discourse
Discourse
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Projects
Hdlmake
Commits
722a37d9
Commit
722a37d9
authored
Sep 23, 2019
by
Tristan Gingold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setup.py: remove dependency on ez_setup.py
parent
5e931926
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
394 deletions
+6
-394
ez_setup.py
ez_setup.py
+0
-391
setup.py
setup.py
+6
-3
No files found.
ez_setup.py
deleted
100644 → 0
View file @
5e931926
This diff is collapsed.
Click to expand it.
setup.py
View file @
722a37d9
import
ez_setup
ez_setup
.
use_setuptools
()
# Note: if pip is not installed, try to bootstrap using:
# python -m ensurepip --default-pip
# Or download https://bootstrap.pypa.io/get-pip.py
#
# Then install setuptools:
# python -m pip install --upgrade pip setuptools wheel
from
setuptools
import
(
setup
,
find_packages
)
exec
(
open
(
'hdlmake/_version.py'
)
.
read
())
...
...
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