-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathsetup.cfg
69 lines (62 loc) · 1.33 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[metadata]
name = spotify_tensorflow
summary = Spotify-specific helpers for TensorFlow
description-file = README.md
url = https://github.com/spotify/spotify-tensorflow
license = Apache-2
classifier =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2.7
keywords =
tensorflow
utils
[files]
packages =
spotify_tensorflow
[extras]
luigi =
luigi>=2.3.3,<3.0.0
examples =
scipy
sklearn
xgboost
testing =
coverage
nose>=1.3.7
responses
lint =
flake8==3.6.0
flake8-quotes==1.0.0
flake8-coding==1.3.1
flake8-import-order==0.18
[entry_points]
console_scripts =
tfr-read = spotify_tensorflow.scripts.tfr_read:main
[global]
tests_require =
tox>=3.3.0
tox-venv
setup-hooks = pbr.hooks.setup_hook
[flake8]
max-line-length = 100
format = pylint
statistics = 1
show-source = 1
inline-quotes = "
multiline-quotes = "
accept-encodings = utf-8
import-order-style = pep8
[nosetests]
with-coverage = 1
cover-package = spotify_tensorflow
cover-inclusive = 1
cover-xml = 1
cover-xml-file = coverage/coverage.xml
[mypy]
python_version = 2.7
ignore_missing_imports = True