Commit db7ce846 authored by Chipmuenk's avatar Chipmuenk Committed by Sebastien Bourdeauducq
Browse files

updated packaging infos

parent a9e50292
### Migen (Milkymist generator) ### Migen (Milkymist generator)
<img src="https://github.com/m-labs/migen/blob/master/doc/migen_logo.svg" alt="migen logo" width="150"/>
#### A Python toolbox for building complex digital hardware #### A Python toolbox for building complex digital hardware
Despite being faster than schematics entry, hardware design with Verilog and Despite being faster than schematics entry, hardware design with Verilog and
......
...@@ -15,7 +15,8 @@ requirements = [ ...@@ -15,7 +15,8 @@ requirements = [
setup( setup(
name="migen", name="migen",
version="0.8.dev", version="0.9.1",
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(),
author="Sebastien Bourdeauducq", author="Sebastien Bourdeauducq",
...@@ -31,10 +32,15 @@ setup( ...@@ -31,10 +32,15 @@ setup(
classifiers=[ classifiers=[
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)", "Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
"Environment :: Console", "Environment :: Console",
"Development Status :: Beta", "Development Status :: 4 - Beta",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"License :: OSI Approved :: BSD License", "License :: OSI Approved :: BSD License",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Programming Language :: Python", "Programming Language :: Python",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7"
], ],
) )
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