-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
44 lines (41 loc) · 1.08 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[metadata]
name = biostatistics
version = 0.1.2
author = Yeu-Guang Tung
author_email = [email protected]
description = An intuitive app for statistical analysis
long_description = file: README.md
long_description_content_type = text/markdown
home_page = https://github.com/hikarimusic/BIOSTATS
project_urls =
Documentation = https://hikarimusic.github.io/BIOSTATS
Source Code = https://github.com/hikarimusic/BIOSTATS
license = MIT
classifiers =
License :: OSI Approved :: MIT License
Topic :: Scientific/Engineering
Intended Audience :: Science/Research
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
packages = find:
include_package_data = True
install_requires =
factor_analyzer
matplotlib
numpy
openpyxl
pandas
pyreadstat
scikit-learn
scipy
seaborn
statsmodels
tabulate
[options.entry_points]
console_scripts =
biostats = biostats.__main__:main
[options.package_data]
* = *.tcl, *.csv, *.png