mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 01:54:53 +00:00
Fix "Cannot install aiogram from tar.gz archive #84"
This commit is contained in:
parent
fc787188da
commit
760dc51e96
2 changed files with 4 additions and 2 deletions
|
|
@ -38,5 +38,5 @@ __all__ = [
|
|||
'utils'
|
||||
]
|
||||
|
||||
__version__ = '2.0.rc1'
|
||||
__version__ = '2.1'
|
||||
__api_version__ = '4.1'
|
||||
|
|
|
|||
4
setup.py
4
setup.py
|
|
@ -79,5 +79,7 @@ setup(
|
|||
'Programming Language :: Python :: 3.7',
|
||||
'Topic :: Software Development :: Libraries :: Application Frameworks',
|
||||
],
|
||||
install_requires=get_requirements()
|
||||
install_requires=get_requirements(),
|
||||
package_data={'': ['requirements.txt']},
|
||||
include_package_data=False,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue