Skip to content

Commit e981d79

Browse files
committed
Configuring build stack
👷 Continuing to configure/debug build stack. 🐛 README filename misspelled in setup.py Continuing to configure/debug build stack.
1 parent 36efb0a commit e981d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
long_description_content_type="text/markdown",
1616
url="https://github.com/opendataalex/process_tracker_python",
1717
packages=setuptools.find_packages(),
18-
test_suite='tests.process_tracker_test_suite()',
18+
test_suite='tests.process_tracker_test_suite',
1919
install_requires=[
2020
'sqlalchemy >= 1.3.3',
2121
'sqlalchemy-utils >= 0.33.11',

0 commit comments

Comments
 (0)