Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
finkf committed Oct 29, 2019
1 parent 106bdb3 commit a0dd028
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from setuptools import setup
from setuptools import find_packages

print(find_packages())
setup(
name='ocrd_cis',
version='0.0.6',
Expand All @@ -29,9 +28,8 @@
author_email='[email protected], [email protected], [email protected]',
url='https://github.com/cisocrgroup/ocrd_cis',
license='MIT',
#packages=['ocrd_cis', 'ocrd_cis.ocropy', 'ocrd_cis.data', 'ocrd_cis.wer', 'ocrd_cis.profile'],
packages=find_packages(),
include_package_data = True,
include_package_data=True,
install_requires=[
'ocrd>=1.0.0b19',
'click',
Expand All @@ -44,7 +42,6 @@
],
package_data={
'': ['*.json', '*.yml', '*.yaml', '*.csv.gz', '*.jar'],
# 'ocrd_cis': ['ocrd_cis/data/ocrd-cis.jar', 'ocrd_cis/data/3gs.csv.gz'],
},
scripts=[
'bashlib/ocrd-cis-lib.sh',
Expand Down

0 comments on commit a0dd028

Please sign in to comment.