Skip to content

Commit 285bdb4

Browse files
committed
fix setup script and fix problems with annotation writing
1 parent 9b61c1b commit 285bdb4

File tree

5 files changed

+1065
-10
lines changed

5 files changed

+1065
-10
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# Versions should comply with PEP440. For a discussion on single-sourcing
2121
# the version across setup.py and the project code, see
2222
# https://packaging.python.org/en/latest/single_source_version.html
23-
version='1.1.0',
23+
version='1.1.1',
2424

2525
description='The WFDB Python Toolbox',
2626
long_description=long_description,
@@ -41,7 +41,7 @@
4141
# You can just specify the packages manually here if your project is
4242
# simple. Or you can use find_packages().
4343
# packages=find_packages(exclude=['contrib', 'docs', 'tests']),
44-
packages=['wfdb'],
44+
packages=find_packages(),
4545

4646
# Alternatively, if you want to distribute just a my_module.py, uncomment
4747
# this:

0 commit comments

Comments
 (0)