-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
32 lines (30 loc) · 920 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "nodanapy"
version = "1.0.2"
license = {file = "LICENSE"}
authors = [
{name = "Ever J. Ramos I."}
]
description = "Package for determinig the Gas or Oil Wells' Nodal Analysis"
readme = "README.md"
requires-python = ">=3.10"
keywords = ["petroleum", "petroleum-engineering", "oil-and-gas", "nodal-analysis", "reservoir"]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Operating System :: OS Independent",
]
dependencies = [
"petpropy",
"numpy",
"pandas",
"scipy",
]
[project.urls]
"Homepage" = "https://github.com/EverJRamosI"
"Contact" = "https://www.linkedin.com/in/everjramosi/"
"Source Code" = "https://github.com/EverJRamosI/nodanapy"
"Bug Reports" = "https://github.com/EverJRamosI/nodanapy/issues"