-
Notifications
You must be signed in to change notification settings - Fork 13
/
setup.cfg
26 lines (26 loc) · 982 Bytes
/
setup.cfg
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
[metadata]
name = GageRnR
version = attr: GageRnR.__version__
author = Alexander Poole
author-email = [email protected]
summary = A simple library for calculating Gage R&R
description = A simple library for calculating Gage R&R
long-description = file: README.md
long-description-content-type = text/markdown
requires-python = >=3.5
project_urls =
Source Code = https://github.com/owodunni/GageRnR
license = MIT
classifier =
Development Status :: 5 - Production/Stable
Topic :: Scientific/Engineering :: Mathematics
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
keywords =
statistics gagueR&R gageRnR anova gage gauge repetition repeatability R&R rnr
include_package_data=True