forked from jasondavies/couchdb-fuse
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
43 lines (39 loc) · 994 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
40
41
42
43
[metadata]
name = cozy-fuse
version = 0.1.0
author = Zoé Bellot
author-email = [email protected]
summary = File System for Cozy File
description-file = README.rst
home-page = https://github.com/poupote/cozy-fuse
requires-dist =
fuse-python>=0.2
CouchDB>=0.9
requests>=2.0.1
pyyaml
lockfile
python-daemon
classifier =
Development Status :: 4 - Beta
Intended Audience :: End Users/Desktop
License :: OSI Approved :: GNU Light General Public License v3
Operating System :: GNU/Linux
Programming Language :: Python
[files]
packages =
cozy-fuse/
scripts = cozy-fuse/cozy-fuse
data_files =
cozy-fuse =
setup.cfg
setup.py
README.md
LICENSE
MANIFEST.in
[entry_points]
distutils.setup_keywords =
d2to1 = d2to1.core:d2to1
zest.releaser.prereleaser.middle =
d2_version = d2to1.zestreleaser:prereleaser_middle
zest.releaser.postreleaser.middle =
d2_version = d2to1.zestreleaser:postreleaser_middle