Skip to content

Commit

Permalink
Merge pull request #137 from begoldsm/master
Browse files Browse the repository at this point in the history
Fixes to get RST files to render properly in pypi
  • Loading branch information
begoldsm authored Feb 1, 2017
2 parents bb89169 + fd58dc3 commit 9db0fa0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
16 changes: 0 additions & 16 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
license='MIT License',
keywords='azure',
classifiers=[
Expand Down

0 comments on commit 9db0fa0

Please sign in to comment.