-
Notifications
You must be signed in to change notification settings - Fork 9
/
setup.cfg
22 lines (22 loc) · 1.03 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
[metadata]
description = A scientific Python package for Monte Carlo simulation of percolation on graphs
author = Andreas Sorge
author_email = [email protected]
license = isc
url = http://pypercolate.readthedocs.org
# Comma separated list of data inside your package to include
package_data = share/jugfile.py
# Comma separated list of data outside your package to include
# Equivalent to adding files to MANIFEST.in
data_files = *.rst, *.txt
# Add here all kinds of additional classifiers as defined under
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers = Development Status :: 3 - Alpha,
Intended Audience :: Science/Research,
License :: OSI Approved :: ISC License (ISCL),
Programming Language :: Python,
Programming Language :: Python :: 2.7,
Programming Language :: Python :: 3.4,
Programming Language :: Python :: 3.5,
Topic :: Scientific/Engineering :: Mathematics,
Topic :: Scientific/Engineering :: Physics