mirror of
https://github.com/Tiendil/pynames.git
synced 2025-09-22 04:40:47 +02:00
Support Python 3.10, drop support of Python 3.5
This commit is contained in:
parent
0ea5d2ff3c
commit
57635e2bdd
11 changed files with 104 additions and 72 deletions
28
pyproject.toml
Normal file
28
pyproject.toml
Normal file
|
@ -0,0 +1,28 @@
|
|||
[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"
|
Loading…
Add table
Add a link
Reference in a new issue