forked from micro-manager/pymmcore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
20 lines (20 loc) · 845 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[metadata]
name = pymmcore
version = attr: pymmcore._version.__version__
author = Micro-Manager Team
author_email = [email protected]
url = https://github.com/micro-manager/pymmcore
description = Python bindings for MMCore, Micro-Manager's device control layer
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3
Programming Language :: Python :: Implementation :: CPython
Topic :: Scientific/Engineering
Topic :: System :: Hardware :: Hardware Drivers