Skip to content

Commit

Permalink
packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
jianhao.chen committed Apr 17, 2019
1 parent 27bef77 commit 1646378
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
@@ -1,6 +1,6 @@
#!/usr/bin/env python

from setuptools import setup
from setuptools import setup, find_packages


def fread(filepath, skip_lines=0):
Expand All @@ -14,7 +14,7 @@ def fread(filepath, skip_lines=0):
author='Jiangge Zhang',
author_email='tonyseek@gmail.com',
url='https://github.com/cn/GB2260.py',
packages=['gb2260'],
packages=find_packages(exclude=('tests', 'tests.*')),
description='The Python implementation for looking up the Chinese '
'administrative divisions.',
long_description=fread('README.rst', skip_lines=2),
Expand Down

0 comments on commit 1646378

Please sign in to comment.