Skip to content

Commit

Permalink
Create setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
ZAARAOUI999 authored Aug 13, 2023
1 parent eb31e99 commit 87eca04
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@

[metadata]
name = hypermat
version = 0.0.6
author = Mohamed ZAARAOUI
author_email = [email protected]
description = Hyperelastic formulations using an algorithmic differentiation with hyper-dual numbers in Python
description-file = README.md
url = https://github.com/ZAARAOUI999/hypermat
project_urls =
Code=https://github.com/ZAARAOUI999/hypermat
Issues=https://github.com/ZAARAOUI999/hypermat/issues
long_description = file: README.md
long_description_content_type = text/markdown
license = GPL-3.0-or-later
license_file = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Mathematics
Topic :: Utilities

[options]
packages = find:
install_requires =
numpy
matplotlib
scipy
lmfit

python_requires = >=3.7

0 comments on commit 87eca04

Please sign in to comment.