ddfem 0.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
ddfem-0.0.0/PKG-INFO ADDED
@@ -0,0 +1,5 @@
1
+ Metadata-Version: 2.2
2
+ Name: ddfem
3
+ Version: 0.0.0
4
+ Summary: Coming soon
5
+ Author-email: Luke Benfield <luke.benfield@warwick.ac.uk>, Andreas Dedner <a.s.dedner@warwick.ac.uk>
File without changes
@@ -0,0 +1,5 @@
1
+ Metadata-Version: 2.2
2
+ Name: ddfem
3
+ Version: 0.0.0
4
+ Summary: Coming soon
5
+ Author-email: Luke Benfield <luke.benfield@warwick.ac.uk>, Andreas Dedner <a.s.dedner@warwick.ac.uk>
@@ -0,0 +1,6 @@
1
+ pyproject.toml
2
+ ddfem/__init__.py
3
+ ddfem.egg-info/PKG-INFO
4
+ ddfem.egg-info/SOURCES.txt
5
+ ddfem.egg-info/dependency_links.txt
6
+ ddfem.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ ddfem
@@ -0,0 +1,8 @@
1
+ [project]
2
+ name = "ddfem"
3
+ authors = [
4
+ {name = "Luke Benfield", email = "luke.benfield@warwick.ac.uk"},
5
+ {name = "Andreas Dedner", email = "a.s.dedner@warwick.ac.uk"},
6
+ ]
7
+ version = "0.0.0"
8
+ description = "Coming soon"
ddfem-0.0.0/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+