File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [" setuptools" ]
3+ build-backend = " setuptools.build_meta"
4+
5+ [project ]
6+ name = " OMPython"
7+ version = " 3.6.0"
8+ description = " OpenModelica-Python API Interface"
9+ readme = " README.md"
10+ authors = [
11+ {name = " Anand Kalaiarasi Ganeson" , email = " ganan642@student.liu.se" },
12+ ]
13+ maintainers = [
14+ {name = " Adeel Asghar" , email = " adeel.asghar@liu.se" },
15+ ]
16+ license = " BSD-3-Clause OR LicenseRef-OSMC-PL-1.2 OR GPL-3.0-only"
17+ requires-python = " >=3.8"
18+ dependencies = [
19+ " numpy" ,
20+ " psutil" ,
21+ " pyparsing" ,
22+ " pyzmq" ,
23+ ]
24+
25+ [tool .setuptools ]
26+ packages = [" OMPython" , " OMPython.OMParser" ]
27+
28+ [project .urls ]
29+ Homepage = " http://openmodelica.org/"
30+ Documentation = " https://openmodelica.org/doc/OpenModelicaUsersGuide/latest/ompython.html"
31+ "Source Code" = " https://github.com/OpenModelica/OMPython"
32+ Issues = " https://github.com/OpenModelica/OMPython/issues"
33+ "Release Notes" = " https://github.com/OpenModelica/OMPython/releases"
34+ Download = " https://pypi.org/project/OMPython/#files"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments