diff --git a/HISTORY.rst b/HISTORY.rst index 95bd23e..6f699e5 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,7 +4,7 @@ Release History =============== 0.0.2 (2017-01-30) -++++++++++++++++++ +------------------ * Addresses an issue with lib.auth() not properly defaulting to 2FA * Fixes an issue with Overwrite for ADLUploader sometimes not being honored. @@ -14,6 +14,6 @@ Release History * This is still based on API version 2016-11-01 0.0.1 (2016-11-21) -++++++++++++++++++ +------------------ * Initial preview release. Based on API version 2016-11-01. * Includes initial ADLS filesystem functionality and extended upload and download support. \ No newline at end of file diff --git a/README.rst b/README.rst index 67627a1..0f2361c 100644 --- a/README.rst +++ b/README.rst @@ -67,22 +67,6 @@ Azure Data Lake Store. Below is a simple sample, with more details beyond. Execute the program without arguments to access documentation. - -Contents -======== - -.. toctree:: - api - :maxdepth: 2 - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` - - To start the CLI in interactive mode, run "python samples/cli.py" and then type "help" to see all available commands (similiar to Unix utilities): diff --git a/setup.py b/setup.py index 4b7b87a..6314c12 100644 --- a/setup.py +++ b/setup.py @@ -20,10 +20,10 @@ setup(name='azure-datalake-store', version=version, - description='Convenient Filesystem interface to Azure Data Lake Store', + description='Azure Data Lake Store Filesystem Client Library for Python', url='https://github.com/Azure/azure-data-lake-store-python', author='Microsoft Corporation', - author_email='', + author_email='ptvshelp@microsoft.com', license='MIT License', keywords='azure', classifiers=[