pynames/pyproject.toml
2021-11-09 13:23:38 +03:00

28 lines
No EOL
800 B
TOML

[tool.poetry]
name = "pynames"
version = "0.2.4"
description = "Name generation library."
readme = "README.rst"
repository = "https://github.com/Tiendil/pynames"
authors = ["Aliaksei Yaletski (Tiendil) <a.eletsky@gmail.com>"]
license = "BSD-3"
include = ["*.json", "*.csv", "*.rst"]
keywords = ["gamedev", "game", "game development", "names", "procedural content generation"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Topic :: Games/Entertainment",
"Topic :: Software Development :: Libraries :: Python Modules",
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
"Natural Language :: Russian"]
[tool.poetry.dependencies]
python = "^3.6"
unicodecsv = "^0.14"