Skip to content

Commit 987f898

Browse files
committedJul 30, 2022
Make v-diffusion-pytorch pip installable
1 parent 93b6a54 commit 987f898

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
 

‎pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["setuptools"]
3+
build-backend = "setuptools.build_meta"

‎setup.cfg

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[metadata]
2+
name = v-diffusion-pytorch
3+
version = 0.0.1
4+
author = Katherine Crowson
5+
author_email = crowsonkb@gmail.com
6+
url = https://github.com/crowsonkb/v-diffusion-pytorch
7+
description = v objective diffusion inference code for PyTorch.
8+
long_description = file: README.md
9+
long_description_content_type = text/markdown
10+
license = MIT
11+
12+
[options]
13+
packages = find:
14+
install_requires =
15+
ftfy
16+
regex
17+
requests
18+
Pillow
19+
torch
20+
torchvision
21+
tqdm

0 commit comments

Comments
 (0)