@@ -12,7 +12,7 @@ def read(fname):
1212
1313setup (
1414 name = "edalize" ,
15- version = "0.3.3 " ,
15+ version = "0.4.0 " ,
1616 packages = ["edalize" , "edalize.tools" , "edalize.flows" ],
1717 package_data = {
1818 "edalize" : [
@@ -52,7 +52,7 @@ def read(fname):
5252 author = "Olof Kindgren" ,
53535454 description = (
55- "Edalize is a library for interfacing EDA tools, primarily for FPGA development "
55+ "Library for interfacing EDA tools such as simulators, linters or synthesis tools, using a common interface "
5656 ),
5757 license = "BSD-2-Clause" ,
5858 keywords = [
@@ -70,15 +70,12 @@ def read(fname):
7070 url = "https://github.com/olofk/edalize" ,
7171 long_description = read ("README.rst" ),
7272 classifiers = [
73- "Development Status :: 4 - Beta " ,
73+ "Development Status :: 5 - Production/Stable " ,
7474 "License :: OSI Approved :: BSD License" ,
7575 "Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)" ,
7676 "Topic :: Utilities" ,
7777 ],
7878 install_requires = [
79- # 2.11.0 and .1 introduced an incompatible change in template output,
80- # which was fixed in 2.11.2 and later.
81- # https://github.com/pallets/jinja/issues/1138
8279 "Jinja2>=3" ,
8380 ],
8481 tests_require = ["pytest>=3.3.0" , "vunit_hdl>=4.0.8" ],
0 commit comments