We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72d7f7 commit a1a738aCopy full SHA for a1a738a
setup.py
@@ -15,11 +15,11 @@ def long_description():
15
setup(
16
name="threebot-worker",
17
version=app.__version__,
18
- description="Worker scripts for the 3bot plattform",
+ description="Worker scripts for the 3bot plattform.",
19
long_description=long_description(),
20
author='arteria GmbH',
21
author_email="[email protected]",
22
- maintainer_email="renner@arteria.ch",
+ maintainer_email="admin@arteria.ch",
23
url="https://github.com/3bot/3bot-worker",
24
packages=find_packages(),
25
include_package_data=True,
0 commit comments