-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: rename from option-I to option-one
This is technically a bug in pollination registry but let's fix it as is for now.
- Loading branch information
1 parent
6a7d9a5
commit 87b3f3f
Showing
6 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# leed-daylight-option-I | ||
# leed-daylight-option-one | ||
LEED daylight recipe option I | ||
|
||
This recipe uses the [annual-daylight](https://github.com/pollination/annual-daylight) recipe. |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,27 +14,27 @@ | |
|
||
# normal setuptool inputs | ||
setuptools.setup( | ||
name='pollination-leed-daylight-option-I', # 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_email='info@ladybug.tools', | ||
name='pollination-leed-daylight-option-one', # will be used for package name unless it is overwritten using __queenbee__ info. | ||
author='pollination', # the owner account for this package - required if pushed to Pollination | ||
author_email='info@pollination.solutions', | ||
packages=setuptools.find_namespace_packages( # required - that's how pollination find the package | ||
include=['pollination.*'], exclude=['tests', '.github'] | ||
), | ||
install_requires=requirements, | ||
extras_require={'viz': extras_requirements}, | ||
use_scm_version=True, | ||
setup_requires=['setuptools_scm'], | ||
url='https://github.com/pollination/leed-daylight-option-I', # will be translated to home | ||
url='https://github.com/pollination/leed-daylight-option-one', # will be translated to home | ||
project_urls={ | ||
'icon': 'https://raw.githubusercontent.com/ladybug-tools/artwork/master/icons_components/honeybee/png/annualrecipe.png', | ||
'docker': 'https://hub.docker.com/r/ladybugtools/honeybee-radiance' | ||
}, | ||
description='LEED daylight option I recipe for Pollination.', # will be used as package description | ||
long_description=long_description, # will be translated to ReadMe content on Pollination | ||
long_description_content_type="text/markdown", | ||
maintainer='mikkel, ladybug-tools', # Package maintainers. For multiple maintainers use comma | ||
maintainer_email='[email protected], info@ladybug.tools', | ||
keywords='honeybee, radiance, ladybug-tools, daylight, annual-daylight, leed-daylight-option-I', # will be used as keywords | ||
maintainer='mikkel, pollination', # Package maintainers. For multiple maintainers use comma | ||
maintainer_email='[email protected], info@pollination.solutions', | ||
keywords='honeybee, radiance, ladybug-tools, daylight, annual-daylight, leed-daylight-option-one', # will be used as keywords | ||
license='PolyForm Shield License 1.0.0, https://polyformproject.org/wp-content/uploads/2020/06/PolyForm-Shield-1.0.0.txt', # the license link should be separated by a comma | ||
zip_safe=False | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters