From 4ab897af868fbca87fc69cd686f6ae846347a55d Mon Sep 17 00:00:00 2001 From: jiadongdan Date: Fri, 20 Sep 2024 19:36:48 +0800 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f8a082d..0e63d48 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,6 @@ author = 'Jiadong Dan', # Type in your name author_email = '', # Type in your E-Mail url = 'https://github.com/jiadongdan/motif-learn', # Provide either the link to your github or to your website - download_url = 'https://github.com/user/reponame/archive/v_01.tar.gz', # I explain this later on keywords = ['feature dimension reduction', 'manifold learning', 'Zernike Polynomials'], # Keywords that define your package best install_requires=[ # I get to this in a second 'numpy', @@ -16,6 +15,7 @@ 'numba', 'scikit-image', 'scikit-learn', + 'matplotlib', ], classifiers=[ 'Development Status :: 3 - Alpha', # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package