-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
35 lines (34 loc) · 1.05 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
[metadata]
license_file = LICENSE
name = zincio
author = Scott Jespersen
description = I/O for Project Haystack Zinc file format
long_description = file:README.rst
long_description_content_type = text/x-rst
url = https://zincio.readthedocs.io/
project_urls =
zincio documentation = https://zincio.readthedocs.io/en/latest/
zincio source = https://github.com/sdjespersen/zincio/
classifiers =
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: MacOS :: MacOS X
Operating System :: POSIX
Operating System :: POSIX :: BSD
Operating System :: POSIX :: Linux
Operating System :: Microsoft :: Windows
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[options]
packages =
zincio
python_requires = >=3.7
install_requires=
pandas >= 1.0.0
setup_requires =
setuptools_scm >= 1.15
include_package_data = True