Skip to content

Commit

Permalink
added version constraint for dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed May 15, 2023
1 parent ca22b39 commit d5467db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ def read(fname):
zip_safe=False,
include_package_data=True,
package_data = { 'codemeta2html': ['templates/*.html','style/*.css', 'style/fa-*', 'style/*.js' ] },
install_requires=[ 'codemetapy','Jinja2 >= 2.9', 'rdflib'],
install_requires=[ 'codemetapy >= 2.5.0','Jinja2 >= 2.9', 'rdflib'],
entry_points = { 'console_scripts': [ 'codemeta2html = codemeta2html.codemeta2html:main' ] },
)

0 comments on commit d5467db

Please sign in to comment.