-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
29 lines (25 loc) · 779 Bytes
/
setup.cfg
File metadata and controls
29 lines (25 loc) · 779 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
[metadata]
name = pyDAS
version = attr: pydas.__version__
description = Python Data Acquisition Service for generating research datasets
long_description = file: README.md
license = MIT
author = Bradley Van Fleet
author_email = vanfleet.brad0614@gmail.com
url = https://github.com/UVU-PFP-Research/Personal-Financial-Planner
keywords =
data acquisition
dataset generator
[options]
include_package_data = True
packages = find:
package_dir = = src
python_requires = >= 3.7
[options.entry_points]
console_scripts =
pydas-config = pydas.install:main
[options.package_data]
pydas = api/static/*.yaml
metadata = files/schema.json
[options.packages.find]
where = src