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 # Note: if pip is not installed, try to bootstrap using:
ez_setup.use_setuptools() # 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) from setuptools import (setup, find_packages)
exec(open('hdlmake/_version.py').read()) 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