Skip to content

Commit

Permalink
require python>=3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobvsdanniel committed Sep 4, 2019
1 parent 09abdab commit 37d19da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

setuptools.setup(
name = "ckiptagger",
version = "0.0.13",
version = "0.0.14",
author = "Peng-Hsuan Li",
author_email = "[email protected]",
description = "Neural implementation of CKIP WS, POS, NER tools",
long_description = long_description,
long_description_content_type = "text/markdown",
url = "https://github.com/ckiplab/ckiptagger",
python_requires = ">=3.5",
python_requires = ">=3.6",
packages = ["ckiptagger"],
package_dir = {"ckiptagger": "src"},
extras_require = {
Expand Down

0 comments on commit 37d19da

Please sign in to comment.