diff --git a/setup.py b/setup.py index d5f9347..6d9aecb 100644 --- a/setup.py +++ b/setup.py @@ -17,10 +17,10 @@ "Programming Language :: Python", ], keywords='', - author='Thomas Buchberger', - author_email='t.buchberger@4teamwork.ch', + author='4teamwork GmbH', + author_email='mailto:info@4teamwork.ch', url='https://github.com/4teamwork/collective.lastmodifier', - license='GPL', + license='GPL2', packages=find_packages(exclude=['ez_setup']), namespace_packages=['collective'], include_package_data=True,