Commit 98fb0217 authored by Christian Münker's avatar Christian Münker Committed by Sébastien Bourdeauducq
Browse files

packaging improvements, bump version to 0.9.2 (#193)

parent 41922fde
include LICENSE
include tools/strace_tailor.sh
File moved
...@@ -9,13 +9,11 @@ if sys.version_info[:3] < (3, 3): ...@@ -9,13 +9,11 @@ if sys.version_info[:3] < (3, 3):
raise SystemExit("You need Python 3.3+") raise SystemExit("You need Python 3.3+")
requirements = [ requirements = ["colorama"]
"sphinx", "sphinx_rtd_theme", "colorama"
]
setup( setup(
name="migen", name="migen",
version="0.9.1", version="0.9.2",
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
description="Python toolbox for building complex digital hardware", description="Python toolbox for building complex digital hardware",
long_description=open("README.md").read(), long_description=open("README.md").read(),
...@@ -28,7 +26,7 @@ setup( ...@@ -28,7 +26,7 @@ setup(
test_suite="migen.test", test_suite="migen.test",
license="BSD", license="BSD",
platforms=["Any"], platforms=["Any"],
keywords="HDL ASIC FPGA hardware design", keywords=["HDL", "ASIC", "FPGA", "hardware design"],
classifiers=[ classifiers=[
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)", "Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
"Environment :: Console", "Environment :: Console",
......
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