Skip to content

Commit

Permalink
Tweaks in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GDeLaurentis committed Jan 2, 2024
1 parent f0db9fc commit 38fd520
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,19 @@
author='Giuseppe De Laurentis',
author_email='[email protected]',
url='https://github.com/GDeLaurentis/pyadic',
download_url='https://github.com/GDeLaurentis/pyadic/archive/v0.2.0.tar.gz',
keywords=['p-adic numbers', 'finite-fields', 'rational reconstruction'],
packages=find_packages(),
include_package_data=True,
install_requires=['numpy', 'sympy'],
install_requires=[
'numpy',
'sympy',
],
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering :: Physics',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Programming Language :: Python :: 3.9',
],
)

0 comments on commit 38fd520

Please sign in to comment.