setup.py: +x and add testsuite
This commit is contained in:
parent
e3e7ae0a79
commit
238e5ffcc2
|
@ -18,6 +18,7 @@ setup(
|
||||||
author_email="florent@enjoy-digital.fr",
|
author_email="florent@enjoy-digital.fr",
|
||||||
url="http://enjoy-digital.fr",
|
url="http://enjoy-digital.fr",
|
||||||
download_url="https://github.com/enjoy-digital/litescope",
|
download_url="https://github.com/enjoy-digital/litescope",
|
||||||
|
test_suite="test",
|
||||||
license="BSD",
|
license="BSD",
|
||||||
platforms=["Any"],
|
platforms=["Any"],
|
||||||
keywords="HDL ASIC FPGA hardware design",
|
keywords="HDL ASIC FPGA hardware design",
|
||||||
|
|
Loading…
Reference in New Issue