-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
44 lines (41 loc) · 1.13 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 = insightfulpy
version = 0.1.3
author = dhaneshbb
author_email = [email protected]
description = A Python package for exploratory data analysis (EDA) with utilities for numerical and categorical data.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/dhaneshbb/InsightfulPy
license = MIT
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering :: Information Analysis
[options]
packages = find:
python_requires = >=3.8
install_requires =
pandas
numpy
matplotlib
seaborn
researchpy
tableone
missingno
scipy
tabulate
[options.package_data]
* = *.txt, *.md
[options.extras_require]
dev =
twine
setuptools
wheel