Skip to content

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ikroeker committed Jul 6, 2023
1 parent 649d482 commit 7663cec
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,23 @@
long_description = fh.read()

setuptools.setup(
name="aMRPC-pkg",
version="1.0.1",
name="aMRPC",
version="1.0.2",
author="Ilja Kröker",
author_email="ilja.kroeker@iws.uni-stuttgart.de",
description="aMRPC python implementation",
keywords="arbirtray multi-resolution polynomial chaos, multi-wavelet",
long_description=long_description,
#long_description_content_type="text/markdown",
url="https://git.iws.uni-stuttgart.de/ikroeker/ik_amr-pc",
#url="https://git.iws.uni-stuttgart.de/ikroeker/ik_amr-pc",
url="https://github.com/ikroeker/aMR-PC",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires='>=3.6',
python_requires='>=3.10',
requires=[
"numpy", "pandas", "scipy", "math", "pickle", "os", "itertools",
"numba"
Expand Down

0 comments on commit 7663cec

Please sign in to comment.