Skip to content

Fix setup.py #2431

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 24 commits into from
Mar 14, 2021
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
24e5217
Improve some badges for PTB-Raw
Bibo-Joshi Feb 2, 2021
6359bd9
doc fix for add_error_handler
Bibo-Joshi Feb 3, 2021
56b5084
Some rendering
Bibo-Joshi Feb 8, 2021
f9ee126
Bump sphinx dependency
Bibo-Joshi Feb 28, 2021
8433c7f
Change signature annotation setting
Bibo-Joshi Feb 28, 2021
f462ba3
Merge remote-tracking branch 'origin/doc-fixes' into doc-fixes
Poolitzer Mar 1, 2021
ba04e5a
fix: chat_id can be string, message_id only int
Poolitzer Mar 1, 2021
ff059d7
feat: add RTD link to documentation
Poolitzer Mar 2, 2021
e85332a
improving sender chat docstring (#2412)
Poolitzer Mar 4, 2021
6cd365a
Add note on donations
Bibo-Joshi Mar 4, 2021
40c5c5c
typo
Bibo-Joshi Mar 4, 2021
9d55582
typo in User.get_profile_pictures docstrings
Bibo-Joshi Mar 5, 2021
7a3225a
Fix: meth, not attr for meth, not attr
Poolitzer Mar 9, 2021
d3a6a6f
filters + inlinequery doc fix
harshil21 Mar 9, 2021
b4e390d
Bump versions, update RTD config file
Bibo-Joshi Mar 10, 2021
03f1adc
Merge remote-tracking branch 'origin/doc-fixes' into doc-fixes
Bibo-Joshi Mar 10, 2021
1647dd1
Try fix build
Bibo-Joshi Mar 10, 2021
aaef92b
Merge branch 'master' into doc-fixes
Bibo-Joshi Mar 10, 2021
e9b3124
Revert "fix: chat_id can be string, message_id only int"
Bibo-Joshi Mar 11, 2021
313d071
Add Starry & Harshil to credits
Bibo-Joshi Mar 14, 2021
5f2f236
Merge branch 'master' into doc-fixes
Bibo-Joshi Mar 14, 2021
5e6a294
Try fixing docs
Bibo-Joshi Mar 14, 2021
d9b3517
Merge branch 'master' into doc-fixes
Bibo-Joshi Mar 14, 2021
b5ed20d
Alternate fix
Bibo-Joshi Mar 14, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ def get_setup_kwargs(raw=False):

fn = os.path.join('telegram', 'version.py')
with open(fn) as fh:
code = compile(fh.read(), fn, 'exec')
exec(code)
for line in fh.readlines():
if line.startswith('__version__'):
exec(line)

with open(readme, 'r', encoding='utf-8') as fd:

Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy