-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
44 lines (41 loc) · 986 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[metadata]
name = spaces
version = attr: spaces.__version__
url = https://github.com/ubcdsci/
project_urls =
Source Code = https://github.com/ubcdsci/spaces
Issue Tracker = https://github.com/ubcdsci/spaces/issues/
license = BSD-3-Clause
license_files = LICENSE
maintainer = AMS Data Science Club @ UBC
maintainer_email = [email protected]
long_description = file: README.me
long_description_content_type = text/markdown
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
[options]
packages = find:
package_dir = = src
include_package_data = true
python_requires = >= 3.7
install_requires=
numpy
pandas
matplotlib
pyyaml
[options.packages.find]
where = src
;[tool:pytest]
;testpaths = tests
;filterwarnings =
; error
;
;[coverage:run]
;branch = true
;source =
; click
; tests