Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use YAML instead of ini #10

Closed
noirbizarre opened this issue Jan 8, 2017 · 1 comment
Closed

Use YAML instead of ini #10

noirbizarre opened this issue Jan 8, 2017 · 1 comment
Assignees
Milestone

Comments

@noirbizarre
Copy link
Owner

ini file is limited:

  • it's not possible to handle list of objects (required for replacements)
  • Python 2/3 implementation slightly differs (mostly when using setup.cfg)

On the opposite, yaml is typed, supported by all Python version with PyYaml, well known and support structured data.

So instead of using a bumpr.rc file or setup.cfg, bumpr will be using a bumpr.yml file.

@noirbizarre noirbizarre added this to the 1.0.0 milestone Jan 8, 2017
@noirbizarre noirbizarre self-assigned this Jan 8, 2017
@noirbizarre
Copy link
Owner Author

Superseeded by #296

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant