mirror of
https://github.com/Tiendil/pynames.git
synced 2025-09-22 04:40:47 +02:00
Python3 compatibility
This commit is contained in:
parent
bc496f64be
commit
916ee151ec
13 changed files with 63 additions and 40 deletions
4
setup.py
4
setup.py
|
@ -22,12 +22,14 @@ setuptools.setup(
|
|||
|
||||
'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'],
|
||||
packages=setuptools.find_packages(),
|
||||
install_requires=['unicodecsv'],
|
||||
install_requires=['six', 'unicodecsv'],
|
||||
include_package_data=True,
|
||||
test_suite = 'tests',
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue