-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
41 lines (39 loc) · 1.02 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
[metadata]
name=mondemand
url=https://github.com/mondemand/mondemand-python
description=MonDemand python bindings
long_description=file:README.md
license=BSD
maintainer=Derek Kulinski
platforms=
POSIX
classifiers=
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: Unix
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: Software Development :: Libraries :: Python Modules
[options]
packages=find:
zip_safe=false
python_requires=
>=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
setup_requires=
setuptools_scm
cffi ~= 1.11.5
install_requires=
cffi ~= 1.11.5
six
typing
[options.package_data]
mondemand=
py.typed