Hobson commited on
Commit
5701b3e
1 Parent(s): eed116a

pyproject.toml works

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -1
pyproject.toml CHANGED
@@ -9,7 +9,7 @@ authors = [
9
  description = "Natural Language Understanding (text processing) for math symbols, digits, and words with a Gradio user interface and REST API."
10
  readme = "README.md"
11
  # requires-python = ">=3.7"
12
- license = {file = "LICENSE.md"}
13
  classifiers = [
14
  "Programming Language :: Python :: 3",
15
  "Programming Language :: Python :: 3.7",
 
9
  description = "Natural Language Understanding (text processing) for math symbols, digits, and words with a Gradio user interface and REST API."
10
  readme = "README.md"
11
  # requires-python = ">=3.7"
12
+ license = "AGPL-3.0-or-later"
13
  classifiers = [
14
  "Programming Language :: Python :: 3",
15
  "Programming Language :: Python :: 3.7",