[tor-commits] [oonib/master] Fix typo in README and in setup.py
art at torproject.org
art at torproject.org
Wed Sep 3 13:56:01 UTC 2014
commit 188f2eb2aa19fbed9624851d75aea333072e672c
Author: Arturo Filastò <art at fuffa.org>
Date: Tue Sep 2 16:50:50 2014 +0200
Fix typo in README and in setup.py
---
README.rst | 2 +-
setup.py | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.rst b/README.rst
index 1d73234..7cf6fa4 100644
--- a/README.rst
+++ b/README.rst
@@ -91,7 +91,7 @@ Running an OONI collector
=========================
Configure oonib
---------------
+---------------
Copy the example config file to ``oonib.conf``::
diff --git a/setup.py b/setup.py
index c8d374e..2113d21 100644
--- a/setup.py
+++ b/setup.py
@@ -84,6 +84,7 @@ setup(
name="oonibackend",
version=__version__,
author="The Tor Project, Inc",
+ author_email="ooni-dev at torproject.org",
url="https://ooni.torproject.org",
license="BSD 2 clause",
description="Open Observatory of Network Interference Backend",
@@ -103,7 +104,7 @@ setup(
"Intended Audience :: Information Technology",
"Intended Audience :: Science/Research",
"Intended Audience :: Telecommunications Industry",
- "License :: OSI Approved :: BSD License"
+ "License :: OSI Approved :: BSD License",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2 :: Only",
More information about the tor-commits
mailing list