mirror of
https://github.com/Tiendil/pynames.git
synced 2026-01-24 12:06:09 +01:00
Версия 0.2.3
This commit is contained in:
parent
20c3baa828
commit
b09704a4f4
4 changed files with 7 additions and 13 deletions
9
setup.py
9
setup.py
|
|
@ -3,9 +3,9 @@ import setuptools
|
|||
|
||||
setuptools.setup(
|
||||
name='Pynames',
|
||||
version='0.2.2',
|
||||
version='0.2.3',
|
||||
description='name generation library',
|
||||
long_description = open('README.rst').read(),
|
||||
long_description=open('README.rst').read(),
|
||||
url='https://github.com/Tiendil/pynames',
|
||||
author='Aleksey Yeletsky <Tiendil>',
|
||||
author_email='a.eletsky@gmail.com',
|
||||
|
|
@ -20,11 +20,6 @@ setuptools.setup(
|
|||
|
||||
'License :: OSI Approved :: BSD License',
|
||||
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
|
||||
'Natural Language :: English',
|
||||
'Natural Language :: Russian'],
|
||||
keywords=['gamedev', 'game', 'game development', 'names', 'names generation'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue