forked from RaoulHeese/casimac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
39 lines (32 loc) · 834 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
##########################
# Setup.py Configuration #
##########################
[metadata]
name = casimac
version = 1.2.4
description = Supervised multi-class/single-label classification with gradients
long_description = file: README.rst
long_description_content_type = text/x-rst
# URLs associated with the project
url = https://github.com/RaoulHeese/casimac
download_url = https://github.com/RaoulHeese/casimac
project_urls =
Source Code = https://github.com/RaoulHeese/casimac
# Author information
author = Raoul Heese
author_email = [email protected]
maintainer = Raoul Heese
maintainer_email = [email protected]
# License information
license = MIT
license_files = LICENSE
[options]
install_requires =
numpy
scikit-learn
scipy
packages = find:
package_dir =
= src
[options.packages.find]
where = src