RunFeemsSim 0.2.2__tar.gz → 0.2.3__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.
- {RunFeemsSim-0.2.2/RunFeemsSim.egg-info → RunFeemsSim-0.2.3}/PKG-INFO +2 -2
- RunFeemsSim-0.2.3/RunFeemsSim/__init__.py +1 -0
- RunFeemsSim-0.2.3/RunFeemsSim/py.typed +0 -0
- {RunFeemsSim-0.2.2 → RunFeemsSim-0.2.3/RunFeemsSim.egg-info}/PKG-INFO +2 -2
- {RunFeemsSim-0.2.2 → RunFeemsSim-0.2.3}/RunFeemsSim.egg-info/SOURCES.txt +1 -0
- {RunFeemsSim-0.2.2 → RunFeemsSim-0.2.3}/settings.ini +2 -2
- {RunFeemsSim-0.2.2 → RunFeemsSim-0.2.3}/setup.py +1 -0
- RunFeemsSim-0.2.2/RunFeemsSim/__init__.py +0 -1
- {RunFeemsSim-0.2.2 → RunFeemsSim-0.2.3}/CONTRIBUTING.md +0 -0
- {RunFeemsSim-0.2.2 → RunFeemsSim-0.2.3}/LICENSE +0 -0
- {RunFeemsSim-0.2.2 → RunFeemsSim-0.2.3}/MANIFEST.in +0 -0
- {RunFeemsSim-0.2.2 → RunFeemsSim-0.2.3}/README.md +0 -0
- {RunFeemsSim-0.2.2 → RunFeemsSim-0.2.3}/RunFeemsSim/_modidx.py +0 -0
- {RunFeemsSim-0.2.2 → RunFeemsSim-0.2.3}/RunFeemsSim/_nbdev.py +0 -0
- {RunFeemsSim-0.2.2 → RunFeemsSim-0.2.3}/RunFeemsSim/machinery_calculation.py +0 -0
- {RunFeemsSim-0.2.2 → RunFeemsSim-0.2.3}/RunFeemsSim/pms_basic.py +0 -0
- {RunFeemsSim-0.2.2 → RunFeemsSim-0.2.3}/RunFeemsSim.egg-info/dependency_links.txt +0 -0
- {RunFeemsSim-0.2.2 → RunFeemsSim-0.2.3}/RunFeemsSim.egg-info/not-zip-safe +0 -0
- {RunFeemsSim-0.2.2 → RunFeemsSim-0.2.3}/RunFeemsSim.egg-info/requires.txt +0 -0
- {RunFeemsSim-0.2.2 → RunFeemsSim-0.2.3}/RunFeemsSim.egg-info/top_level.txt +0 -0
- {RunFeemsSim-0.2.2 → RunFeemsSim-0.2.3}/setup.cfg +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: RunFeemsSim
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: A library for running feems simulation
|
|
5
|
-
Home-page: https://
|
|
5
|
+
Home-page: https://github.com/SINTEF/FEEMS
|
|
6
6
|
Author: Kevin Koosup Yum
|
|
7
7
|
Author-email: kevinkoosup.yum@sintef.no
|
|
8
8
|
License: Apache Software License 2.0
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.2.3"
|
|
File without changes
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: RunFeemsSim
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: A library for running feems simulation
|
|
5
|
-
Home-page: https://
|
|
5
|
+
Home-page: https://github.com/SINTEF/FEEMS
|
|
6
6
|
Author: Kevin Koosup Yum
|
|
7
7
|
Author-email: kevinkoosup.yum@sintef.no
|
|
8
8
|
License: Apache Software License 2.0
|
|
@@ -8,7 +8,7 @@ author = Kevin Koosup Yum
|
|
|
8
8
|
author_email = kevinkoosup.yum@sintef.no
|
|
9
9
|
copyright = SINTEF
|
|
10
10
|
branch = master
|
|
11
|
-
version = 0.2.
|
|
11
|
+
version = 0.2.3
|
|
12
12
|
min_python = 3.10
|
|
13
13
|
audience = Developers
|
|
14
14
|
language = English
|
|
@@ -20,7 +20,7 @@ nbs_path = .
|
|
|
20
20
|
doc_path = docs
|
|
21
21
|
recursive = False
|
|
22
22
|
doc_baseurl = /RunFeemsSim/
|
|
23
|
-
git_url = https://
|
|
23
|
+
git_url = https://github.com/SINTEF/FEEMS
|
|
24
24
|
lib_path = RunFeemsSim
|
|
25
25
|
title = RunFeemsSim
|
|
26
26
|
doc_host = https://kevinkoosup.yum@sintef.no.github.io
|
|
@@ -101,6 +101,7 @@ setuptools.setup(
|
|
|
101
101
|
+ (["License :: " + lic[1]] if lic[1] else []),
|
|
102
102
|
url=cfg["git_url"],
|
|
103
103
|
packages=setuptools.find_packages(),
|
|
104
|
+
package_data={cfg["lib_name"]: ["py.typed", "*.pyi", "**/*.pyi"]},
|
|
104
105
|
include_package_data=True,
|
|
105
106
|
install_requires=requirements,
|
|
106
107
|
extras_require={"dev": dev_requirements},
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.2.2"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|