Minor release cleanup issues for cmislib CMIS-312

git-svn-id: https://svn.apache.org/repos/asf/chemistry/cmislib/trunk@1079507 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/DISCLAIMER b/DISCLAIMER
deleted file mode 100644
index 6c579f8..0000000
--- a/DISCLAIMER
+++ /dev/null
@@ -1,10 +0,0 @@
-cmislib, part of the Chemistry project, is an effort undergoing incubation at
-the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC.
-
-Incubation is required of all newly accepted projects until a further review 
-indicates that the infrastructure, communications, and decision making process 
-have stabilized in a manner consistent with other successful ASF projects. 
-
-While incubation status is not necessarily a reflection of the completeness 
-or stability of the code, it does indicate that the project has yet to be 
-fully endorsed by the ASF.
diff --git a/README.txt b/README.txt
index af54c65..abec83f 100644
--- a/README.txt
+++ b/README.txt
@@ -11,7 +11,7 @@
 
 SOURCE
 
-The source code for this project lives at http://incubator.apache.org/chemistry/
+The source code for this project lives at http://chemistry.apache.org/
 
 TESTS
 
diff --git a/setup.py b/setup.py
index 70a6fa6..d3a4540 100644
--- a/setup.py
+++ b/setup.py
@@ -26,12 +26,12 @@
 
 setup(
     name = "cmislib",
-    description = 'Apache Chemistry (Incubating) CMIS client library for Python',
+    description = 'Apache Chemistry CMIS client library for Python',
     version = version,
     author = 'Apache Chemistry Project',
-    author_email = 'chemistry-dev@incubator.apache.org',
+    author_email = 'dev@chemistry.apache.org',
     license = 'Apache License (2.0)',
-    url = 'http://incubator.apache.org/chemistry/',
+    url = 'http://chemistry.apache.org/',
     package_dir = {'':'src'},
     packages = find_packages('src', exclude=['tests']),
     #include_package_data = True,
diff --git a/src/cmislib.egg-info/DISCLAIMER b/src/cmislib.egg-info/DISCLAIMER
deleted file mode 100644
index 6c579f8..0000000
--- a/src/cmislib.egg-info/DISCLAIMER
+++ /dev/null
@@ -1,10 +0,0 @@
-cmislib, part of the Chemistry project, is an effort undergoing incubation at
-the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC.
-
-Incubation is required of all newly accepted projects until a further review 
-indicates that the infrastructure, communications, and decision making process 
-have stabilized in a manner consistent with other successful ASF projects. 
-
-While incubation status is not necessarily a reflection of the completeness 
-or stability of the code, it does indicate that the project has yet to be 
-fully endorsed by the ASF.
diff --git a/src/cmislib.egg-info/PKG-INFO b/src/cmislib.egg-info/PKG-INFO
index 7244e50..0eadd35 100644
--- a/src/cmislib.egg-info/PKG-INFO
+++ b/src/cmislib.egg-info/PKG-INFO
@@ -1,10 +1,10 @@
 Metadata-Version: 1.0
 Name: cmislib
 Version: 0.5
-Summary: Apache Chemistry (Incubating) CMIS client library for Python
-Home-page: http://incubator.apache.org/chemistry/
+Summary: Apache Chemistry CMIS client library for Python
+Home-page: http://chemistry.apache.org/
 Author: Apache Chemistry Project
-Author-email: chemistry-dev@incubator.apache.org
+Author-email: dev@chemistry.apache.org
 License: Apache License (2.0)
 Description: ABOUT
         
@@ -19,7 +19,7 @@
         
         SOURCE
         
-        The source code for this project lives at http://incubator.apache.org/chemistry/
+        The source code for this project lives at http://chemistry.apache.org/
         
         TESTS
         
diff --git a/src/cmislib.egg-info/SOURCES.txt b/src/cmislib.egg-info/SOURCES.txt
index 6082042..624efe6 100644
--- a/src/cmislib.egg-info/SOURCES.txt
+++ b/src/cmislib.egg-info/SOURCES.txt
@@ -1,4 +1,3 @@
-DISCLAIMER
 KEYS
 LICENSE.txt
 MANIFEST.in
@@ -13,7 +12,6 @@
 src/cmislib/messages.py
 src/cmislib/model.py
 src/cmislib/net.py
-src/cmislib.egg-info/DISCLAIMER
 src/cmislib.egg-info/LICENSE.txt
 src/cmislib.egg-info/NOTICE.txt
 src/cmislib.egg-info/PKG-INFO
diff --git a/src/cmislib/net.py b/src/cmislib/net.py
index afff845..39cd168 100644
--- a/src/cmislib/net.py
+++ b/src/cmislib/net.py
@@ -100,7 +100,7 @@
     """
 
     def __init__(self):
-        self.user_agent = 'cmislib/%s +http://code.google.com/p/cmislib/'
+        self.user_agent = 'cmislib/%s +http://chemistry.apache.org/'
 
     def get(self,
             url,
diff --git a/src/doc/src/devguide.rst b/src/doc/src/devguide.rst
index c6c68b7..483731e 100644
--- a/src/doc/src/devguide.rst
+++ b/src/doc/src/devguide.rst
@@ -52,11 +52,11 @@
 
  #. Setuptools build
      * python setup.py bdist sdist
- #. Upload egg and tar to Google Code downloads
- #. Make new downloads featured, old downloads deprecated
- #. Pypi update
-     * python setup.py upload
+     * Use release script to sign files
 
+ #. Copy files to Apache, start vote
+ #. If vote passes, copy files to Apache dist
+ #. Upload files to Pypi
  #. Tag the release in Subversion
  #. Check the `cheesecake <http://pycheesecake.org/>`_ score
      * python cheesecake_index --name=cmislib
diff --git a/src/doc/src/tests.rst b/src/doc/src/tests.rst
index 25b3f83..da1431a 100644
--- a/src/doc/src/tests.rst
+++ b/src/doc/src/tests.rst
@@ -40,4 +40,4 @@
    OK
 
 .. note::
-   Until the CMIS specification is ratified, and depending on the implementation of the CMIS provider, you may see errors or failures instead of 'OK'. See the `Known Issues <http://code.google.com/p/cmislib/wiki/KnownIssues>`_ page on the cmislib wiki for a list of known test failures by CMIS provider.
+  Depending on the implementation of the CMIS provider, you may see errors or failures instead of 'OK'.