-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathsetup.cfg
28 lines (27 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
[metadata]
name = excel2img
description = Save ranges from Excel documents as images
description-file = README.rst
author = Alexey Gadyukov
author_email = [email protected]
home-page = https://github.com/glexey/excel2img
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Environment :: Win32 (MS Windows)
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: Microsoft :: Windows
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Topic :: Documentation
Topic :: Multimedia :: Graphics :: Graphics Conversion
Topic :: Office/Business :: Office Suites
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Utilities