@@ -12,7 +12,7 @@ def read(fname):
12
12
13
13
setup (
14
14
name = "edalize" ,
15
- version = "0.3.3 " ,
15
+ version = "0.4.0 " ,
16
16
packages = ["edalize" , "edalize.tools" , "edalize.flows" ],
17
17
package_data = {
18
18
"edalize" : [
@@ -52,7 +52,7 @@ def read(fname):
52
52
author = "Olof Kindgren" ,
53
53
54
54
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 "
56
56
),
57
57
license = "BSD-2-Clause" ,
58
58
keywords = [
@@ -70,15 +70,12 @@ def read(fname):
70
70
url = "https://github.com/olofk/edalize" ,
71
71
long_description = read ("README.rst" ),
72
72
classifiers = [
73
- "Development Status :: 4 - Beta " ,
73
+ "Development Status :: 5 - Production/Stable " ,
74
74
"License :: OSI Approved :: BSD License" ,
75
75
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)" ,
76
76
"Topic :: Utilities" ,
77
77
],
78
78
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
82
79
"Jinja2>=3" ,
83
80
],
84
81
tests_require = ["pytest>=3.3.0" , "vunit_hdl>=4.0.8" ],
0 commit comments