[Pkg-privacy-commits] [obfsproxy] 83/353: Delete some useless files.
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:01:43 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 5f1a2a0a4e683e96791b264f6c7afcd508d4b3a7
Author: George Kadianakis <desnacked at riseup.net>
Date: Fri Nov 2 05:10:27 2012 +0200
Delete some useless files.
---
bin/py-obfsproxy | 5 -----
setup.py | 35 -----------------------------------
2 files changed, 40 deletions(-)
diff --git a/bin/py-obfsproxy b/bin/py-obfsproxy
deleted file mode 100755
index 25696cc..0000000
--- a/bin/py-obfsproxy
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-# Launched the py-obfsproxy command line interface. The -u option is required to get python to use unbuffered I/O.
-
-python -u src/cli.py $*
diff --git a/setup.py b/setup.py
deleted file mode 100644
index 30851ae..0000000
--- a/setup.py
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/usr/bin/python
-# -*- coding: utf-8 -*-
-
-import sys
-
-sys.path.insert(0, 'src')
-
-from setuptools import setup
-
-setup(
- name='pyptlib',
- version='0.1',
- description='A python implementation of the Pluggable Transports for Circumvention specification for Tor'
- ,
- long_description='A python implementation of the Pluggable Transports for Circumvention specification for Tor'
- ,
- author='Brandon Wiley',
- author_email='brandon at blanu.net',
- url='http://stepthreeprivacy.org/',
- classifiers=[
- 'Development Status :: 3 - Alpha',
- 'Environment :: No Input/Output (Daemon)',
- 'License :: OSI Approved :: BSD License',
- 'Programming Language :: Python',
- 'Intended Audience :: Developers',
- 'Operating System :: OS Independent',
- 'Topic :: Internet',
- 'Topic :: Security :: Cryptography',
- 'Topic :: Software Development :: Libraries :: Python Modules',
- ],
- keywords='cryptography privacy internet',
- license='BSD',
- package_dir={'pyptlib': 'src/pyptlib'},
- packages=['pyptlib'],
- )
--
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