Repository: systemml
Updated Branches:
  refs/heads/master 5b3b990ad -> 071207c32


[MINOR] Add Python artifact README.txt

Create README.txt file for Python artifact. This removes the Python
README warning when the Python artifact is built.

Closes #620.


Project: http://git-wip-us.apache.org/repos/asf/systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/071207c3
Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/071207c3
Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/071207c3

Branch: refs/heads/master
Commit: 071207c32269d5ed6e7d2de0ec55720c7c876dd4
Parents: 5b3b990
Author: Deron Eriksson <de...@apache.org>
Authored: Thu Aug 17 10:40:51 2017 -0700
Committer: Deron Eriksson <de...@apache.org>
Committed: Thu Aug 17 10:40:51 2017 -0700

----------------------------------------------------------------------
 src/main/python/MANIFEST.in |  1 +
 src/main/python/README.txt  | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/systemml/blob/071207c3/src/main/python/MANIFEST.in
----------------------------------------------------------------------
diff --git a/src/main/python/MANIFEST.in b/src/main/python/MANIFEST.in
index 4284c98..649248f 100644
--- a/src/main/python/MANIFEST.in
+++ b/src/main/python/MANIFEST.in
@@ -20,4 +20,5 @@
 #-------------------------------------------------------------
 include LICENSE
 include NOTICE
+include README.txt
 recursive-include systemml/systemml-java *

http://git-wip-us.apache.org/repos/asf/systemml/blob/071207c3/src/main/python/README.txt
----------------------------------------------------------------------
diff --git a/src/main/python/README.txt b/src/main/python/README.txt
new file mode 100644
index 0000000..4e4a655
--- /dev/null
+++ b/src/main/python/README.txt
@@ -0,0 +1,27 @@
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+
+Apache SystemML
+
+Website: http://systemml.apache.org/
+GitHub: https://github.com/apache/systemml
+Mailing List: d...@systemml.apache.org
+Issue Tracker: https://issues.apache.org/jira/browse/SYSTEMML
+Download: http://systemml.apache.org/download.html
+
+For more information about using SystemML with Python, please see:
+Beginner's Guide for Python Users: 
http://apache.github.io/systemml/beginners-guide-python.html
+Reference Guide for Python Users: 
http://apache.github.io/systemml/python-reference.html

Reply via email to