forked from probabilists/zuko
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
30 lines (29 loc) · 819 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
[metadata]
name = zuko
version = attr: zuko.__version__
description = Normalizing flows in PyTorch
long_description = file: README.md
long_description_content_type = text/markdown
keywords =
torch
normalizing flows
probability
density
generative
deep learning
author = The Probabilists
author_email = [email protected]
project_urls =
Documentation = https://zuko.readthedocs.io
Source = https://github.com/probabilists/zuko
Tracker = https://github.com/probabilists/zuko/issues
classifiers =
Intended Audience :: Developers
Intended Audience :: Science/Research
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3
[options]
packages = find:
python_requires = >=3.8
install_requires = file: requirements.txt