[Pkg-privacy-commits] [obfsproxy] 159/353: Change some more docs to say "obfsproxy" instead of "pyobfsproxy".
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:01:54 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository obfsproxy.
commit b9d7dd76eff63833641f81eef3fbea7d5548fa97
Author: George Kadianakis <desnacked at riseup.net>
Date: Mon Apr 15 20:29:12 2013 +0300
Change some more docs to say "obfsproxy" instead of "pyobfsproxy".
---
INSTALL | 4 ++--
README | 2 +-
TODO | 2 +-
setup.py | 1 -
4 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/INSTALL b/INSTALL
index ebb4a8f..5e04517 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
Just run: # python setup.py install
You will need to run the above command as root. It will install
-pyobfsproxy somewhere in your $PATH. If you don't want that, you can
+obfsproxy somewhere in your $PATH. If you don't want that, you can
try to run
$ python setup.py install -user
-as your regular user, and setup.py will install pyobfsproxy somewhere
+as your regular user, and setup.py will install obfsproxy somewhere
in your home directory
diff --git a/README b/README
index 8419d3e..ba253dd 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Pyobfsproxy is a pluggable transport proxy written in Python. Its
+Obfsproxy is a pluggable transport proxy written in Python. Its
architecture is similar to the architecture of Obfsproxy.
See doc/HOWTO.txt for installation instructions.
diff --git a/TODO b/TODO
index 641f0e4..cc8694b 100644
--- a/TODO
+++ b/TODO
@@ -9,5 +9,5 @@
* Convert all the leftover camelCases to underscore_naming.
-* Implement a SOCKS client, so that Pyobfsproxy can send its data
+* Implement a SOCKS client, so that Obfsproxy can send its data
through a SOCKS proxy.
\ No newline at end of file
diff --git a/setup.py b/setup.py
index 5dcd4b8..94fd8f2 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,6 @@ versioneer.versionfile_build = 'obfsproxy/_version.py'
versioneer.tag_prefix = 'obfsproxy-' # tags are like 1.2.0
versioneer.parentdir_prefix = 'obfsproxy-' # dirname like 'myproject-1.2.0'
-
setup(
name = "obfsproxy",
author = "asn",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/obfsproxy.git
More information about the Pkg-privacy-commits
mailing list