-
-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Adding packagemeta to config and project manager (#802)
* feat: adding packagemeta to config and project manager * docs: rework meta docstring Co-authored-by: Juliya Smith <yingthi@live.com> * refactor: adds error for incorrect configuration of metadata Co-authored-by: Juliya Smith <yingthi@live.com> * fix: breakpoint Co-authored-by: Juliya Smith <yingthi@live.com> * fix: PackageMeta must be called Co-authored-by: Juliya Smith <yingthi@live.com> * docs: removed unnecessary TODO * fix: import configerror from ape.exceptions * refactor: commented out publish_manifest method * style: linting * docs: added docstring for packagemeta method * fix: add meta to plugin config manager * fix: project now has meta * style: linting * docs: type ignore and docstring for meta * style: linting * test: added test for meta * test: test meta with temp_config fixture * test: filled out extra meta fields in test temp_config * fix: removed exception for meta Co-authored-by: Juliya Smith <yingthi@live.com>
- Loading branch information
1 parent
8eeb203
commit c74f3fb
Showing
3 changed files
with
37 additions
and
5 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
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