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

maint: improves state of package development #248

Merged
merged 1 commit into from
Mar 20, 2023

Commits on Mar 20, 2023

  1. maint: improves state of package development

    - `setup.py` is auto generated by `poetry build`
    - `pip install -e .` and editable install is supported
    - minimum required python version is now 3.8
    - better development dependency grouping
    - adds more option to linting, formatting & type checking
    - fix missing git tags for minor version
    - `MANIFEST.in` is now covered by `pyproject.toml`
    - `CHANGES.md` replaces `CHANGES.rst`
    
    **Related items**
    
    *Issues*
    
    - Closes python-validators#129
    - Closes python-validators#209
    yozachar committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    6bd8751 View commit details
    Browse the repository at this point in the history