Skip to content

Commit

Permalink
Fixed/updated package name, added jinja2 as dependency, deprecated Py…
Browse files Browse the repository at this point in the history
…thon 3.7
  • Loading branch information
rodrigomelo9 committed Jun 24, 2024
1 parent eb7c046 commit 4177a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
Expand All @@ -39,5 +38,6 @@
'Topic :: Utilities',
'Topic :: Software Development :: Build Tools',
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)"
]
],
install_requires=['jinja2']
)

0 comments on commit 4177a8b

Please sign in to comment.