mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
Added setup.py and restructured module
This commit is contained in:
10
setup.py
Normal file
10
setup.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from setuptools import setup
|
||||
|
||||
setup(name='pynum2word',
|
||||
version=0.4,
|
||||
description='Modules to convert numbers to words. Easily extensible.',
|
||||
author='Taro Ogawa <tso at users sourceforge net>',
|
||||
author_email='tos@users.sourceforge.net',
|
||||
url='http://pypi.python.org/pypi/PyNum2Word/',
|
||||
packages=['distutils', 'distutils.command'],
|
||||
)
|
||||
Reference in New Issue
Block a user