-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Final changes for PyPI release 0.2.0
- Loading branch information
Showing
4 changed files
with
21 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ class metadata: | |
version=__version__ | ||
description='eGenix Antispam Bot for Telegram' | ||
long_description=_long_description | ||
long_description_content_type = 'text/markdown' | ||
license='MIT' | ||
author='eGenix.com Software, Skills and Services GmbH' | ||
author_email='[email protected]' | ||
|
@@ -36,8 +37,8 @@ class metadata: | |
"Framework :: AsyncIO", | ||
"Intended Audience :: Developers", | ||
"License :: OSI Approved :: MIT License", | ||
"License :: Freely Distributable", | ||
"License :: Other/Proprietary License", | ||
#"License :: Freely Distributable", | ||
#"License :: Other/Proprietary License", | ||
"Natural Language :: English", | ||
"Operating System :: OS Independent", | ||
#"Operating System :: Microsoft :: Windows", | ||
|
@@ -61,6 +62,10 @@ class metadata: | |
"Development Status :: 5 - Production/Stable", | ||
#"Development Status :: 6 - Mature", | ||
] | ||
install_requires=[ | ||
'Pyrogram ~=1.4', | ||
'TgCrypto ~=1.2', | ||
] | ||
python_requires='>=3.9' | ||
packages=[ | ||
'telegram_antispam_bot', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ | |
### Globals | ||
|
||
# Package version | ||
__version__ = '0.1.0.dev1' | ||
__version__ = '0.2.0' |