Commit 722a37d9 authored by Tristan Gingold's avatar Tristan Gingold

setup.py: remove dependency on ez_setup.py

parent 5e931926
This diff is collapsed.
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())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment