Skip to content

Commit

Permalink
fix: Fixed incorrect download link.
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanWelsman committed Feb 14, 2023
1 parent 260f68f commit df29a4e
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
author = 'Jordan Welsman',
author_email = '[email protected]',
url = 'https://pypi.org/project/nexport/',
download_url='https://github.com/JordanWelsman/jutils/tags',
download_url='https://github.com/JordanWelsman/nexport/tags',
classifiers = [
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
Expand All @@ -53,6 +53,7 @@
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Utilities'
Expand All @@ -65,16 +66,5 @@
"jutl",
"numpy<1.24",
],
extras_require = {
"dev": [
"pytest"
],
"pytorch": [
"torch"
],
"tensorflow": [
"tensorflow"
]
},
keywords='python, neural network, export, import, parameters, weights, biases, layers, neurons'
)

0 comments on commit df29a4e

Please sign in to comment.