Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jiadongdan committed Sep 20, 2024
1 parent 2033a61 commit 4ab897a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
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',
'scipy',
'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
Expand Down

0 comments on commit 4ab897a

Please sign in to comment.