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.
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: RunFeemsSim
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: A library for running feems simulation
5
- Home-page: https://SintefOceanEnergySystem@dev.azure.com/SintefOceanEnergySystem/FEEMSService/_git/RunFEEMSSim
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.2
3
+ Version: 0.2.3
4
4
  Summary: A library for running feems simulation
5
- Home-page: https://SintefOceanEnergySystem@dev.azure.com/SintefOceanEnergySystem/FEEMSService/_git/RunFEEMSSim
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
@@ -9,6 +9,7 @@ RunFeemsSim/_modidx.py
9
9
  RunFeemsSim/_nbdev.py
10
10
  RunFeemsSim/machinery_calculation.py
11
11
  RunFeemsSim/pms_basic.py
12
+ RunFeemsSim/py.typed
12
13
  RunFeemsSim.egg-info/PKG-INFO
13
14
  RunFeemsSim.egg-info/SOURCES.txt
14
15
  RunFeemsSim.egg-info/dependency_links.txt
@@ -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.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://SintefOceanEnergySystem@dev.azure.com/SintefOceanEnergySystem/FEEMSService/_git/RunFEEMSSim
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