We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7c046 commit 4177a8bCopy full SHA for 4177a8b
setup.py
@@ -30,7 +30,6 @@
30
'Intended Audience :: Developers',
31
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
32
'Operating System :: OS Independent',
33
- 'Programming Language :: Python :: 3.7',
34
'Programming Language :: Python :: 3.8',
35
'Programming Language :: Python :: 3.9',
36
'Programming Language :: Python :: 3.10',
@@ -39,5 +38,6 @@
39
38
'Topic :: Utilities',
40
'Topic :: Software Development :: Build Tools',
41
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)"
42
- ]
+ ],
+ install_requires=['jinja2']
43
)
0 commit comments