forked from drakegroup/sigfig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
38 lines (34 loc) · 2.37 KB
/
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
33
34
35
36
37
38
[build-system]
requires = [ "poetry-core",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "sigfig"
version = "1.3.16"
description = "Python library for rounding numbers (with expected results)"
authors = [ "Michael Busuttil <[email protected]>", "Travis Valdez <[email protected]>",]
maintainers = [ "Michael Busuttil <[email protected]>",]
readme = "README.rst"
license = "MIT License"
keywords = [ "round", "rounding", "significant figures", "significant digits", "sigfigs", "sigdigs", "decimals", "uncertainty", "uncertainties", "numeric", "numerical", "number", "numbers", "data", "format", "style", "publication",]
classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Financial and Insurance Industry", "Intended Audience :: Healthcare Industry", "Intended Audience :: Other Audience", "Intended Audience :: Manufacturing", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Operating System :: OS Independent", "Topic :: Education", "Topic :: Education :: Computer Aided Instruction (CAI)", "Topic :: Office/Business :: Financial", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Scientific/Engineering :: Physics", "Topic :: Software Development", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities",]
[tool.poetry.urls]
Homepage = "https://sigfig.readthedocs.io/"
Documentation = "https://sigfig.readthedocs.io/"
Repository = "https://github.com/drakegroup/sigfig.git"
Issues = "https://github.com/drakegroup/sigfig/issues"
[tool.poetry.dependencies]
python = "^3.11"
sortedcontainers = "^2.4.0"
[tool.poetry.group.dev.dependencies]
semver = "^3.0.2"
pyyaml = "^6.0.1"
requests = "^2.31.0"
toml = "^0.10.2"
numpy = "^1.26.2"
coverage = "^7.3.2"
click = "^8.1.7"
coverage-badge = "^1.1.2"
sphinx = "^8.1.3"
sphinx-rtd-theme = "^3.0.1"
twine = "^5.1.1"
build = "^1.2.2.post1"