Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bel-Shazzar committed Jan 13, 2025
1 parent b679f42 commit efffda4
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,32 @@
[tool.poetry]
[project]
name = "japanese-verb-conjugator-v2"
version = "0.4.0"
version = "1.0.0"
description = "Fork of the project https://github.com/jshiohaha/JapaneseVerbConjugator"
authors = ["Jacob Shiohira"]
license = "BSD"
maintainers = [{name="Markus Kruse", email="[email protected]"}]
license = {file = "LICENSE"}
readme = "README.md"
classifiers = [
"Development Status :: 5 - Production/Stable",

"Intended Audience :: Developers",
"Operating System :: OS Independent"
"Topic :: Text Processing :: Linguistic"

"License :: OSI Approved :: BSD License",

"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",
]
keywords = ["japanese", "verb", "conjugation", "romaji", "hiragana", "katakana", "kanji"]
python-requires = "^3.8"

[tool.poetry.dependencies]
python = "^3.12"
python = "^3.8"
python-romkan-ng = "^0.3.0"

[tool.poetry.group.dev]
Expand Down

0 comments on commit efffda4

Please sign in to comment.