|
@@ -23,7 +23,11 @@ _REPO_URL = "https://github.com/fphammerle/location-guessing-game-telegram-bot"
|
|
|
|
|
|
setuptools.setup(
|
|
|
name="location-guessing-game-telegram-bot",
|
|
|
- use_scm_version=True,
|
|
|
+ use_scm_version={
|
|
|
+
|
|
|
+
|
|
|
+ "git_describe_command": "git describe --dirty --tags --long --match v*",
|
|
|
+ },
|
|
|
packages=setuptools.find_packages(),
|
|
|
description="Basic Telegram Bot Sending Random Wikimedia Commons Photos",
|
|
|
long_description=pathlib.Path(__file__).parent.joinpath("README.md").read_text(),
|