Skip to content

Commit

Permalink
update setup.py and version file for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
francescofuggitti committed May 21, 2020
1 parent bbe6ce4 commit 031bb3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ltlf2dfa/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
__version__ = "1.0.0"
__author__ = "Francesco Fuggitti"
__author_email__ = "fuggitti@eecs.yorku.ca"
__license__ = "GNU Lesser General Public License"
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
__copyright__ = "2018-2020 WhiteMech"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Education',
'License :: OSI Approved :: GNU Lesser General Public License',
'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)',
'Natural Language :: English',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
Expand Down

0 comments on commit 031bb3b

Please sign in to comment.