forked from recitale/recitale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
39 lines (36 loc) · 981 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
[metadata]
name = recitale
version = attr: recitale.__version__
description = A static website generator that allows you to tell a story with your pictures
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/recitale/recitale
license = GPL-3.0-or-later
license_files = LICENSE
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: End Users/Desktop
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Programming Language :: Python :: 3 :: Only
author = Quentin Schulz
author_email = foss+recitale@0leil.net
[options]
packages = recitale
# Rely on MANIFEST.in for package data listing
include_package_data = True
python_requires = >= 3.0
install_requires =
Babel
future
imagesize
jinja2
path.py
pillow >= 6
ruamel.yaml
tqdm
[options.extras_require]
tests = pytest; pytest-cov
[options.entry_points]
console_scripts =
recitale = recitale.recitale:main