-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(init): Trigger Initial release to PyPI
- Loading branch information
1 parent
5525647
commit b9eee16
Showing
2 changed files
with
31 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
version: 1 | ||
update_configs: | ||
- package_manager: "python" | ||
directory: "/" | ||
update_schedule: "live" | ||
automerged_updates: | ||
- match: | ||
dependency_type: "all" | ||
update_type: "all" | ||
commit_message: | ||
prefix: "fix" | ||
prefix_development: "chore" | ||
include_scope: true |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# lbt-grasshopper | ||
|
||
Collection of all Ladybug Tools plugins for Grasshopper. | ||
|
||
Note that this repository and corresponding Python package does not contain any | ||
code and it simply exists to provide a shortcut for installing all of the grasshopper | ||
plugin packages together. | ||
|
||
## Included Grasshopper Plugins | ||
|
||
Running `pip install lbt-grasshopper` will result in the installation of the | ||
following Grasshopper plugin packages: | ||
|
||
* [ladybug-grasshopper](https://github.com/ladybug-tools/ladybug-grasshopper) | ||
* [honeybee-grasshopper-core](https://github.com/ladybug-tools/honeybee-grasshopper-core) | ||
* [honeybee-grasshopper-radiance](https://github.com/ladybug-tools/honeybee-grasshopper-radiance) | ||
* [honeybee-grasshopper-radiance](https://github.com/ladybug-tools/honeybee-grasshopper-energy) | ||
* [dragonfly-grasshopper](https://github.com/ladybug-tools/dragonfly-grasshopper) |