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):
raise SystemExit("You need Python 3.3+")
requirements = [
"sphinx", "sphinx_rtd_theme", "colorama"
]
requirements = ["colorama"]
setup(
name="migen",
version="0.9.1",
version="0.9.2",
long_description_content_type='text/markdown',
description="Python toolbox for building complex digital hardware",
long_description=open("README.md").read(),
......@@ -28,7 +26,7 @@ setup(
test_suite="migen.test",
license="BSD",
platforms=["Any"],
keywords="HDL ASIC FPGA hardware design",
keywords=["HDL", "ASIC", "FPGA", "hardware design"],
classifiers=[
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
"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