This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new bab76f2  Publishing website 2019/02/08 23:03:39 at commit c86b677
bab76f2 is described below

commit bab76f2e500bab9b62d78d88c82329c79c73c1fd
Author: jenkins <bui...@apache.org>
AuthorDate: Fri Feb 8 23:03:39 2019 +0000

    Publishing website 2019/02/08 23:03:39 at commit c86b677
---
 .../documentation/sdks/python-pipeline-dependencies/index.html      | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/website/generated-content/documentation/sdks/python-pipeline-dependencies/index.html
 
b/website/generated-content/documentation/sdks/python-pipeline-dependencies/index.html
index 20a59f5..0845e79 100644
--- 
a/website/generated-content/documentation/sdks/python-pipeline-dependencies/index.html
+++ 
b/website/generated-content/documentation/sdks/python-pipeline-dependencies/index.html
@@ -343,8 +343,10 @@ package then you can build the tarball with the following 
command:</p>
   <li>
     <p>Create a <a 
href="https://pythonhosted.org/an_example_pypi_project/setuptools.html";>setup.py</a>
 file for your project. The following is a very basic <code 
class="highlighter-rouge">setup.py</code> file.</p>
 
-    <div class="highlighter-rouge"><pre class="highlight"><code> 
setuptools.setup(
-    name='PACKAGE-NAME'
+    <div class="highlighter-rouge"><pre class="highlight"><code> import 
setuptools
+
+ setuptools.setup(
+    name='PACKAGE-NAME',
     version='PACKAGE-VERSION',
     install_requires=[],
     packages=setuptools.find_packages(),

Reply via email to