mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-26 16:38:53 +01:00
Fix docs upload
This commit is contained in:
parent
e1fd65048a
commit
e67e5513bf
3 changed files with 8 additions and 1 deletions
2
docs-requirements.txt
Normal file
2
docs-requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
sphinx
|
||||||
|
sphinx_rtd_theme
|
5
setup.cfg
Normal file
5
setup.cfg
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
[wheel]
|
||||||
|
universal = 1
|
||||||
|
|
||||||
|
[upload_docs]
|
||||||
|
upload-dir = docs/build/html
|
2
setup.py
2
setup.py
|
@ -24,7 +24,7 @@ setup(
|
||||||
description='A Python wrapper around the Telegram Bot API',
|
description='A Python wrapper around the Telegram Bot API',
|
||||||
long_description=(read('README.rst')),
|
long_description=(read('README.rst')),
|
||||||
packages=find_packages(exclude=['tests*']),
|
packages=find_packages(exclude=['tests*']),
|
||||||
include_package_data = True,
|
include_package_data=True,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
|
|
Loading…
Add table
Reference in a new issue