Skip to content

Commit

Permalink
troves
Browse files Browse the repository at this point in the history
  • Loading branch information
fmatter committed Oct 12, 2023
1 parent ddbfda3 commit 56b0d55
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ name = "pylingdocs"
version = "0.0.13.dev"
authors = ["Florian Matter <flmt@mailbox.org>"]
description = "Create data-rich linguistic documents."
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
]


[tool.poetry.scripts]
pylingdocs = 'pylingdocs.cli:main'
Expand Down

0 comments on commit 56b0d55

Please sign in to comment.