Skip to content

Commit a1a738a

Browse files
Update setup.py
1 parent f72d7f7 commit a1a738a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ def long_description():
1515
setup(
1616
name="threebot-worker",
1717
version=app.__version__,
18-
description="Worker scripts for the 3bot plattform",
18+
description="Worker scripts for the 3bot plattform.",
1919
long_description=long_description(),
2020
author='arteria GmbH',
2121
author_email="[email protected]",
22-
maintainer_email="renner@arteria.ch",
22+
maintainer_email="admin@arteria.ch",
2323
url="https://github.com/3bot/3bot-worker",
2424
packages=find_packages(),
2525
include_package_data=True,

0 commit comments

Comments
 (0)