Skip to content

Commit

Permalink
fix(build): change the ownership from ladybug-tools to pollination
Browse files Browse the repository at this point in the history
  • Loading branch information
mostaphaRoudsari committed Feb 10, 2023
1 parent dd04225 commit 1258bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
packages=setuptools.find_namespace_packages( # required - that's how pollination find the package
include=['pollination.*'], exclude=['tests', '.github']
Expand Down

0 comments on commit 1258bab

Please sign in to comment.