-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
35 lines (33 loc) · 1.02 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
23
24
25
26
27
28
29
30
31
32
33
34
35
[metadata]
name = pystiche_papers
platforms = any
description = Reference implementation and replication of prominent NST papers
long_description = file: README.rst
long_description_content_type = text/x-rst
keywords = python, neural-style-transfer, pytorch, pystiche, reference-implementation, replication
url = https://github.com/pystiche/papers
author = Philip Meier, Julian Bültemeier
author_email = [email protected]
license = BSD-3-Clause
classifiers =
Development Status :: 3 - Alpha
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Typing :: Typed
project_urls =
Source = https://github.com/pystiche/papers
Tracker = https://github.com/pystiche/papers/issues
[options]
packages = find:
include_package_data = True
python_requires = >=3.7
install_requires =
pystiche ==1.*
torch >=1.8.*
torchvision >=0.9.*
more_itertools >= 2.1.*
[options.packages.find]
exclude =
tests*