-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
39 lines (36 loc) · 966 Bytes
/
setup.cfg
File metadata and controls
39 lines (36 loc) · 966 Bytes
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
[metadata]
name = PyCurator
version = 0.1.1
author = Michael Baluja
author_email = michaelbaluja@protonmail.com
description = Collect data from popular data repositories with ease.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/michaelbaluja/PyCurator
license = BSD-3-CLAUSE
license_files =
LICENSE.txt
project_urls =
Bug Tracker = https://github.com/michaelbaluja/PyCurator/issues
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering
[options]
packages = find:
install_requires =
kaggle
openml
pandas
requests
python_requires = >= 3.10
[options.entry_points]
gui_scripts =
pycurator = pycurator.cli:main
[options.extras_require]
excel =
openpyxl