mirror of
https://github.com/Tiendil/pynames.git
synced 2025-09-21 20:30:48 +02:00
28 lines
No EOL
800 B
TOML
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" |