Skip to content
Snippets Groups Projects
Commit 9013b8dd authored by Jan Habscheid's avatar Jan Habscheid
Browse files

Cleaned up package mess

parent 8d9097ee
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ License: GNU General Public License v3.0 or later
Keywords: fenics-project,Battery Simulation,finite element method
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12.3
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyvista==0.43.10
......
......@@ -16,8 +16,8 @@ src/Eq04.py
src/EqN.py
src/Helper_DoubleLayerCapacity.py
src/__init__.py
tests/test_DoubleLayerCapacity.py
tests/test_ElectrolyticDiode.py
tests/test_Eq02.py
tests/test_Eq04.py
tests/test_EqN.py
tests/test_Helper_DoubleLayerCapacity.py
\ No newline at end of file
tests/test_EqN.py
\ No newline at end of file
File added
File added
......@@ -10,7 +10,7 @@ setup(
packages=["FENICSxDGM"],
package_dir={"FENICSxDGM":"src"},
package_data={"FENICSxDGM": ["tests/*"]},
python_requires=">=3.12.3",
python_requires=">=3.12",
install_requires=[
"pyvista == 0.43.10",
"numpy == 1.26.4",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment