Skip to content

Commit

Permalink
added license file and updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Babajide Ogunjobi authored and Babajide Ogunjobi committed Jun 20, 2017
1 parent 0d080b1 commit 27178f8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions LICENSE.txt
@@ -0,0 +1,7 @@
Copyright 2016 Quantextive

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion readme.md
@@ -1,4 +1,4 @@
## Quantextive API Client
## Quantextive AEX API Client

#### Dependencies

Expand Down
16 changes: 8 additions & 8 deletions setup.py
@@ -1,14 +1,14 @@
from distutils.core import setup
setup(
name = 'myqtx',
packages = ['myqtx'], # this must be the same as the name above
name = 'qtx',
packages = ['myqtx'],
version = '0.1',
description = 'test lib',
author = 'Jide O',
author_email = 'jogunjobi@gmail.com',
url = 'https://github.com/jogunjobi/app5', # use the URL to the github repo
download_url = 'https://github.com/jogunjobi/app5/myqtx/archive/0.1.tar.gz', # I'll explain this in a second
keywords = ['testing', 'logging', 'example'], # arbitrary keywords
description = 'API client for Quantextive AEX Data Platform',
author = 'Quantextive',
author_email = 'api@quantextive.com',
url = 'https://github.com/quantextive/qtx', #github repo
download_url = 'https://github.com/quantextive/qtx/archive/0.1.tar.gz',
keywords = ['africa', 'finance', 'quantextive', 'fintech'],
classifiers = [],
)

0 comments on commit 27178f8

Please sign in to comment.