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

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

Issue 29599579: OffTopic: DependencyUpdater
Patch Set: Integrating into codingtools Created Nov. 20, 2017, 2:58 p.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
« no previous file with comments | « eyeo-depup/setup.py ('k') | eyeo-depup/src/dependencies.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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']
- }
-)
« no previous file with comments | « eyeo-depup/setup.py ('k') | eyeo-depup/src/dependencies.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld