ansible / ansible-sdk

The Ansible SDK
Apache License 2.0
25 stars 14 forks source link

Remove pbr requirement from setup.py #2

Closed Akasurde closed 2 years ago

Akasurde commented 2 years ago

Signed-off-by: Abhijeet Kasurde akasurde@redhat.com

nitzmahone commented 2 years ago

We'll need to do some more "setup and release hygiene" once we figure out which way we're going with this (eg, changelogs, MANIFEST.in), so we might want to leave pbr in place until then... :shrug:

eqrx commented 2 years ago

@nitzmahone I would say adding a tool for that when we are ready is cleaner than dragging pbr with us :)

Akasurde commented 2 years ago

I tried towncrier and found that it is satisfying our needs for now. You can check new configurations in #6 and let me know if looks good.

Akasurde commented 2 years ago

PR #6 takes care of this PR changes.