Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
kumiori committed Oct 7, 2024
1 parent a6f0ce2 commit 0398eec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@
package_dir={"": "src"}, # The root package is under the 'src' directory
packages=find_packages("src"), # Find packages under the 'src' directory
include_package_data=True,
description="A Python package for solving nonlinear and nonconvex evolutionary problems using a general energetic notion of stability and dolfinx.",
author="Andrés A León Baldelli",
author_email="[email protected]",
url="https://github.com/kumiori3/irrevolutions", # Replace with your repo

package_data={
"irrevolutions.models": ["default_parameters.yml"],
},
python_requires=">=3.9",

)

0 comments on commit 0398eec

Please sign in to comment.