Fix installation
This commit is contained in:
parent
df94686813
commit
d7c62d0518
3 changed files with 5 additions and 4 deletions
1
MANIFEST.in
Normal file
1
MANIFEST.in
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
include LICENSE readme.md
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
__author__ = "Ryan McGrath <ryan@venodesigns.net>"
|
__author__ = "Ryan McGrath <ryan@venodesigns.net>"
|
||||||
__version__ = "1.0.2"
|
__version__ = "1.0.3"
|
||||||
|
|
||||||
"""
|
"""
|
||||||
A class that allows for easy transliteration of [Hirag/Katak]ana
|
A class that allows for easy transliteration of [Hirag/Katak]ana
|
||||||
|
|
|
||||||
6
setup.py
6
setup.py
|
|
@ -4,7 +4,7 @@ from setuptools import setup
|
||||||
from setuptools import find_packages
|
from setuptools import find_packages
|
||||||
|
|
||||||
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
|
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
|
||||||
__version__ = '1.0.2'
|
__version__ = '1.0.3'
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
# Basic package information.
|
# Basic package information.
|
||||||
|
|
@ -19,8 +19,8 @@ setup(
|
||||||
author='Ryan McGrath',
|
author='Ryan McGrath',
|
||||||
author_email='ryan@venodesigns.net',
|
author_email='ryan@venodesigns.net',
|
||||||
license='MIT License',
|
license='MIT License',
|
||||||
url='http://github.com/ryanmcgrath/twython/tree/master',
|
url='https://github.com/ryanmcgrath/jTransliterate',
|
||||||
keywords='japanese translation transliterate katakana hiragana latin',
|
keywords='japanese translation transliterate katakana hiragana latin romaji',
|
||||||
description='Transliterate [Hirag/Katak]ana to Latin/English and back. Convert half/full-width Japanese text.',
|
description='Transliterate [Hirag/Katak]ana to Latin/English and back. Convert half/full-width Japanese text.',
|
||||||
long_description=open('readme.md').read(),
|
long_description=open('readme.md').read(),
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue