From 7ce00f001cd2c16efcd792a8e4265a8845106b42 Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Tue, 5 Nov 2024 19:11:55 -0800 Subject: [PATCH] update extras trough dependency for pypi --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c50115c..2eae23c 100755 --- a/setup.py +++ b/setup.py @@ -52,7 +52,8 @@ setuptools.setup( license='GPL', packages=['warcprox'], install_requires=deps, - extras_require={'trough': ['trough @ git+https://github.com/internetarchive/trough.git@jammy_focal',],}, + # preferred trough 'trough @ git+https://github.com/internetarchive/trough.git@jammy_focal' + extras_require={'trough': 'trough'}, setup_requires=['pytest-runner'], tests_require=['mock', 'pytest', 'warcio'], entry_points={