-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
executable file
·62 lines (54 loc) · 1.57 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
[metadata]
name = glue-genomics-data
url = https://www.gluesolutions.io
author = glue solutions inc.
author_email = [email protected]
classifiers =
Intended Audience :: Science/Research
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Scientific/Engineering :: Visualization
License :: OSI Approved :: BSD License
description = Custom data loaders for genomics data in glue
long_description = file: README.md
[options]
zip_safe = True
packages = find:
setup_requires = setuptools_scm
install_requires =
glue-core@git+https://github.com/gluesolutions/glue.git
pyranges
astropy
openpyxl
numpy-stl
[options.entry_points]
glue.plugins=
glue_genomics_data=glue_genomics_data:setup
[options.extras_require]
qt =
PyQt5>=5.9
test =
pytest
pytest-cov
pytest-faulthandler
objgraph
[options.package_data]
* = *.png, *.ui, *.glu, *.hdf5, *.fits, *.xlsx, *.txt, *.csv, *.svg, *.vot
[flake8]
ignore = E501,E731,F841,E127,E741,E402,W504,W605
[tool:pytest]
addopts=-p no:logging
flake8-ignore = E501,E731,F841,E127,E741,E402,W504,W605
filterwarnings =
ignore::PendingDeprecationWarning:xlrd
ignore:Session._key_changed is deprecated
ignore:zmq.* is deprecated
ignore:can't be aliased because it is another magic command
ignore:DragAndDropTerminal._style_sheet_changed is deprecated
ignore:::ipykernel
ignore:Accessing zmq Socket attribute
ignore:'U' mode is deprecated:DeprecationWarning:PyQt5