diff --git a/setup.py b/setup.py index 0223a8d..79f8f86 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ # normal setuptool inputs setuptools.setup( name='pollination-appendix-g-performance', # will be used for package name unless it is overwritten using __queenbee__ info. - author='ladybug-tools', # the owner account for this package - required if pushed to Pollination + author='pollination', # the owner account for this package - required if pushed to Pollination author_email='info@ladybug.tools', packages=setuptools.find_namespace_packages( # required - that's how pollination find the package include=['pollination.*'], exclude=['tests', '.github']