Skip to content

Commit

Permalink
v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Mimino666 committed Mar 5, 2020
1 parent bf87711 commit d0c8e85
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,22 @@

with open('README.md') as f:
readme = f.read()
with open('LICENSE') as f:
license = f.read()


setup(
name='langdetect',
version='1.0.7',
version='1.0.8',
description='Language detection library ported from Google\'s language-detection.',
long_description=readme,
long_description_content_type='text/markdown',
author='Michal Mimino Danilak',
author_email='[email protected]',
url='https://github.com/Mimino666/langdetect',
keywords='language detection library',
packages=['langdetect', 'langdetect.utils', 'langdetect.tests'],
include_package_data=True,
install_requires=['six'],
license=license,
license='MIT',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand Down

0 comments on commit d0c8e85

Please sign in to comment.