-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
32 lines (29 loc) · 964 Bytes
/
setup.cfg
File metadata and controls
32 lines (29 loc) · 964 Bytes
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
# setup.cfg is generated automatically from .single-source-of-truth.org
# File edits may be overwritten!
[metadata]
name = lickport_array_interface
version = 2.0.1
author = Peter Polidoro
author_email = peter@polidoro.io
url = https://github.com/janelia-python/lickport_array_interface_python
description = Python interface to the Janelia Dudman lab mouse lickport array.
long_description = file: README.md
long_description_content_type = text/markdown
license = BSD 3-Clause License
classifiers =
Programming Language :: Python :: 3
[options]
packages = find:
install_requires =
modular_client
[options.packages.find]
exclude =
examples*
tools*
docs*
lickport_array_interface.tests*
[bdist_wheel]
# This flag says that the code is written to work on both Python 2 and Python
# 3. If at all possible, it is good practice to do this. If you cannot, you
# will need to generate wheels for each Python version that you support.
universal=1