Skip to content

Commit

Permalink
GH-351: Release v1.3.1a0
Browse files Browse the repository at this point in the history
  • Loading branch information
rain1024 committed Dec 25, 2020
1 parent a82be5a commit ca041f9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import io
import os
from setuptools import setup

Expand All @@ -9,9 +6,6 @@
with open(version_file) as fh:
version = fh.read().strip()

with io.open('README.md', encoding="utf-8") as readme_file:
readme = readme_file.read()

install_requires = [
'Click>=6.0',
'python-crfsuite>=0.9.6',
Expand All @@ -38,7 +32,8 @@
name='underthesea',
version=version,
description="Vietnamese NLP Toolkit",
long_description=readme,
long_description=open("README.md", encoding="utf-8").read(),
long_description_content_type="text/markdown",
author="Vu Anh",
author_email='[email protected]',
url='https://github.com/undertheseanlp/underthesea',
Expand Down

0 comments on commit ca041f9

Please sign in to comment.