| Index: eyeo-depup/src/__init__.py |
| diff --git a/patchconv/setup.py b/eyeo-depup/src/__init__.py |
| similarity index 77% |
| copy from patchconv/setup.py |
| copy to eyeo-depup/src/__init__.py |
| index a36724b2037022b0a3115a63a4f31cb303b4a714..3e11f41116285ae5b26fb80854e6a3008ea817e8 100644 |
| --- a/patchconv/setup.py |
| +++ b/eyeo-depup/src/__init__.py |
| @@ -12,15 +12,3 @@ |
| # |
| # You should have received a copy of the GNU General Public License |
| # along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
| - |
| -from setuptools import setup |
| - |
| - |
| -setup( |
| - name='patchconv', |
| - version='0.1', |
| - py_modules=['patchconv'], |
| - entry_points={ |
| - 'console_scripts': ['patchconv=patchconv:main'] |
| - } |
| -) |