-
Notifications
You must be signed in to change notification settings - Fork 7
/
setup.cfg
46 lines (40 loc) · 1.09 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
45
46
##########################
# Setup.py Configuration #
##########################
[metadata]
name = automated_series_classification
version = 0.0.1
long_description = file: README.rst
# URLs associated with the project
url = https://github.com/iwatobipen/AutomatedSeriesClassification
download_url = https://github.com/iwatobipen/AutomatedSeriesClassification/releases
project_urls =
Bug Tracker = https://github.com/iwatobipen/AutomatedSeriesClassification/issues
Source Code = https://github.com/iwatobipen/AutomatedSeriesClassification
# Author information
author = iwatobipen
# author_email = ...
maintainer = iwatobipen
# maintainer_email = ...
# License Information
license = MIT
license_file = LICENSE
[options]
# Requirements (formerly known as requirements.txt)
install_requires =
numpy
pandas
sklearn
matplotlib
wget
tqdm
click
# Since RDKit can't be installed through pip, don't put it here
# Where is my code (Part 1/3)
packages = find:
# Where is my code (Part 2/3)
package_dir =
= src
[options.packages.find]
# Where is my code (Part 3/3)
where = src