-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
44 lines (40 loc) · 929 Bytes
/
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
42
43
44
[metadata]
name = minebed
version = 0.1.0a2
license = MIT
license_files = LICENSE
url = https://github.com/stevenkleinegesse/minebed
author = Steven Kleinegesse
author_email = [email protected]
keywords = mutual-information experimental-design
description = A package to perform Bayesian experimental design by mutual information neural estimation.
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 3 - Alpha
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
[options]
zip_safe = False
include_package_data = True
install_requires =
numpy
tqdm
gpyopt
matplotlib
torchvision
jupyter
setup_requires =
setuptools
packages = find:
package_dir =
=src
python_requires =
>=3.6
[options.extras_require]
dev =
twine
[options.packages.find]
where = src
[bdist_wheel]
universal = 0