diff --git a/README.rst b/README.rst index fc2de1f..77e98b7 100644 --- a/README.rst +++ b/README.rst @@ -5,8 +5,6 @@ Adarnauth-EVE-SSO Adarnauth-EVE-SSO is a simple Django app to collect and manage access tokens from EVE Online's Single Sign On feature. -Detailed documentation is in the "docs" directory. - Quick start ----------- @@ -58,7 +56,6 @@ create a new one if none found:: my_character_tokens = tokens.filter(character_id=MY_CHARACTER_ID) - Manually Locating a Token ---------- diff --git a/setup.py b/setup.py index 5c4c4f3..935ce59 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='adarnauth-eve-sso', - version='0.1', + version='1.0', install_requires=[ 'requests>=2.9.1', 'django>=1.9.1',