mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
change indention
This commit is contained in:
@@ -14,15 +14,15 @@ authors = [
|
|||||||
license = {text = "AGPL-3.0-or-later"}
|
license = {text = "AGPL-3.0-or-later"}
|
||||||
|
|
||||||
classifiers = [ # https://pypi.org/classifiers/
|
classifiers = [ # https://pypi.org/classifiers/
|
||||||
"Development Status :: 4 - Beta",
|
"Development Status :: 4 - Beta",
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
|
|
||||||
"Intended Audience :: End Users/Desktop",
|
"Intended Audience :: End Users/Desktop",
|
||||||
"Topic :: Office/Business",
|
"Topic :: Office/Business",
|
||||||
|
|
||||||
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
||||||
"Programming Language :: Python :: 3.10"
|
"Programming Language :: Python :: 3.10"
|
||||||
]
|
]
|
||||||
requires-python = ">=3.10,<3.11" # <3.11 to get newer versions of pyinstaller
|
requires-python = ">=3.10,<3.11" # <3.11 to get newer versions of pyinstaller
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|||||||
Reference in New Issue
Block a user