forked from denizalti/openreplica
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
25 lines (21 loc) · 776 Bytes
/
setup.cfg
File metadata and controls
25 lines (21 loc) · 776 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
# concoord configuration file
[metadata]
name = concoord
version = 1.1.0
author = Deniz Altinbuken, Emin Gun Sirer
author-email = deniz@systems.cs.cornell.edu, egs@systems.cs.cornell.edu
maintainer = Deniz Altinbuken
maintainer-email = concoord@systems.cs.cornell.edu
summary = Coordination service for distributed systems.
description-file = README
keywords = concoord, openreplica, coordination, replication, synchronization, paxos, rsm
requires-python = >=2.7
requires-dist = pkginfo
requires-external = python-dnspython, msgpack-python
provides-dist = concoord (1.1.0)
project-url = concoord, http://openreplica.org/
home-page = http://openreplica.org/
download-url = http://openreplica.org/src/
[global]
# Auto-detect modules, packages, scripts, files
autodetect = 1