-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
32 lines (32 loc) · 990 Bytes
/
setup.cfg
File metadata and controls
32 lines (32 loc) · 990 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
[metadata]
description-file = README.md
name=excel-modelling-helper
description=Use Excel to define your model parameters.
long_description=(long_description + \n\n +
read(CHANGES.rst))
url=http://github.com/dschien/PyExcelModelingHelper/
license=GPL see LICENSE
author=Daniel Schien
author_email=dschien@gmail.com
py_modules=[excel-modelling-helper]
download_url=https://github.com/dschien/PyExcelModelingHelper/releases/tag/0.2.0
include_package_data=True
classifier =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
Natural Language :: English
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Programming Language :: Python
Topic :: Scientific/Engineering
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
[files]
packages=
excel_helper
[extras]
openpyxl =
openpyxl
xlwings =
xlwings