Skip to content

Commit

Permalink
Merge pull request #640 from leocardao/mr/cardao/add-readme-management
Browse files Browse the repository at this point in the history
Add readme management into anod spec
  • Loading branch information
leocardao authored Oct 23, 2023
2 parents 8527452 + 44e82b2 commit 28f8ecb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/e3/anod/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,17 @@ def enable_name_generator(self) -> bool:
"""
return False

@property
def readme_info(self) -> tuple[str, str] | None:
"""Return readme location and final filename.
.. note:: This property make sens only if a component is declared.
:return: A tuple with a relative path to spec directory where the find the
content and the final basename for the readme.
"""
return None

def declare_qualifiers_and_components(
self, qualifiers_manager: QualifiersManager
) -> None:
Expand Down

0 comments on commit 28f8ecb

Please sign in to comment.