Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: eyeo-depup/src/__init__.py

Issue 29599579: OffTopic: DependencyUpdater
Patch Set: Created Nov. 27, 2017, 9:40 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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']
- }
-)

Powered by Google App Engine
This is Rietveld