Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(712)

Unified Diff: vpython/venv/test_data/shirt.src/setup.py

Issue 2699063004: vpython: Add VirtualEnv creation package. (Closed)
Patch Set: bootstrap straight out of tempdir Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « vpython/venv/test_data/shirt.src/setup.cfg ('k') | vpython/venv/test_data/shirt.src/shirt/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vpython/venv/test_data/shirt.src/setup.py
diff --git a/vpython/venv/test_data/shirt.src/setup.py b/vpython/venv/test_data/shirt.src/setup.py
new file mode 100755
index 0000000000000000000000000000000000000000..ff51a3f1d0ccc5d1e603563531cb8722e6c1bf07
--- /dev/null
+++ b/vpython/venv/test_data/shirt.src/setup.py
@@ -0,0 +1,13 @@
+#!/usr/bin/env python
+# Copyright 2017 The LUCI Authors. All rights reserved.
+# Use of this source code is governed under the Apache License, Version 2.0
+# that can be found in the LICENSE file.
+
+from setuptools import setup
+
+setup(name='shirt',
+ version='3.14',
+ description='Testing package (shirt)',
+ url='https://www.example.com/shirt',
+ packages=['shirt'],
+ )
« no previous file with comments | « vpython/venv/test_data/shirt.src/setup.cfg ('k') | vpython/venv/test_data/shirt.src/shirt/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698