Версия 0.2.3

This commit is contained in:
Tiendil 2020-10-06 14:36:21 +03:00
parent 20c3baa828
commit b09704a4f4
4 changed files with 7 additions and 13 deletions

View file

@ -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'],