-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
27 lines (26 loc) · 748 Bytes
/
setup.cfg
File metadata and controls
27 lines (26 loc) · 748 Bytes
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
[metadata]
name = lycheefs
version = attr: __version__
author = Quentin Duchemin
author_email = quentinduchemin@tuta.io
description = FUSE-based filesystem for Lychee, a photo management tool.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Chostakovitch/LycheeFS
keywords = lychee, fuse
license = AGPL-3.0
classifiers =
License :: OSI Approved :: GNU Affero General Public License v3
Programming Language :: Python :: 3
Topic :: System :: Filesystems
Development Status :: 3 - Alpha
[options]
zip_safe = False
include_package_data = True
packages = .
scripts = lycheefs.py
python_requires=>=3.5
install_requires =
fuse-python>=1.0.4
pychee>=0.1.1
configparser