Skip to content

Commit

Permalink
Minor fixes and cfg for setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrotoledo committed Aug 14, 2015
1 parent 59ff1b6 commit 1094390
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sphinx
sphinx_rtd_theme
sphinx-pypi-upload
7 changes: 6 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
[wheel]
universal = 1

[upload_docs]
[build_sphinx]
source-dir = docs/source
build-dir = docs/build
all_files = 1

[upload_sphinx]
upload-dir = docs/build/html
1 change: 1 addition & 0 deletions telegram/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def getMe(self):
data = self._parseAndCheckTelegram(json_data)

self.bot = User.de_json(data)

return self.bot

@log
Expand Down

0 comments on commit 1094390

Please sign in to comment.