Skip to content

Commit 4177a8b

Browse files
committed
Fixed/updated package name, added jinja2 as dependency, deprecated Python 3.7
1 parent eb7c046 commit 4177a8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
'Intended Audience :: Developers',
3131
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
3232
'Operating System :: OS Independent',
33-
'Programming Language :: Python :: 3.7',
3433
'Programming Language :: Python :: 3.8',
3534
'Programming Language :: Python :: 3.9',
3635
'Programming Language :: Python :: 3.10',
@@ -39,5 +38,6 @@
3938
'Topic :: Utilities',
4039
'Topic :: Software Development :: Build Tools',
4140
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)"
42-
]
41+
],
42+
install_requires=['jinja2']
4343
)

0 commit comments

Comments
 (0)