Skip to content

Commit

Permalink
Update Readme and Pypi files
Browse files Browse the repository at this point in the history
  • Loading branch information
HydrelioxGitHub committed Sep 26, 2016
1 parent 61a5e36 commit 06eef1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Tests are only made with a f@st 5330b routeur model. Because it's the only hardw
### TODO

- Add test coverage
- Add auth method to be able to use this api remotely
- Add the library to Pypi
- [x] Add auth method to login and logout
- Be able to use this api remotely
- [x] Add the library to Pypi
- Add more get functions
- .... and lots of things !
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
setup(
name = 'pybbox',
packages = ['pybbox'], # this must be the same as the name above
version = '0.0.1-alpha',
version = '0.0.2-alpha',
description = 'a simple python3 library for the Bouygues BBox Routeur API',
author = 'Hydreliox',
author_email = '[email protected]',
url = 'https://github.com/HydrelioxGitHub/pybbox', # use the URL to the github repo
download_url = 'https://github.com/HydrelioxGitHub/pybbox/tarball/0.0.1-alpha', # I'll explain this in a second
download_url = 'https://github.com/HydrelioxGitHub/pybbox/tarball/0.0.2-alpha',
keywords = ['bbox', 'Bouygues', 'routeur', 'API'], # arbitrary keywords
classifiers = [],
)

0 comments on commit 06eef1c

Please sign in to comment.