Skip to content

Commit

Permalink
fix license display, again
Browse files Browse the repository at this point in the history
  • Loading branch information
Deric-W committed Aug 22, 2022
1 parent 4e4699e commit 44a1bce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lambda_calculus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from .terms import Variable, Abstraction, Application

__version__ = "1.10.1"
__version__ = "1.10.2"
__author__ = "Eric Niklas Wolf"
__email__ = "[email protected]"
__all__ = (
Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "lambda_calculus"
version = "1.10.1"
version = "1.10.2"
description = "Implementation of the Lambda calculus"
requires-python = ">=3.10"
keywords = []
Expand All @@ -18,9 +18,6 @@ classifiers = [
file = "README.md"
content-type = "text/markdown"

[project.license]
text = "GNU General Public License v3 (GPLv3)"

[[project.authors]]
name = "Eric Niklas Wolf"
email = "[email protected]"
Expand Down

0 comments on commit 44a1bce

Please sign in to comment.