Metadata-Version: 1.2
Name: pyprojectify
Version: 0.2.0
Summary: pyprojectify is a utility allowing python package authors/maintainers/packagers to painlessly migrate their package from setup.py to the new pyproject.toml.
Home-page: https://github.com/SekouDiaoNlp/pyprojectify
Author: Sekou Diao
Author-email: diao.sekou.nlp@gmail.com
License: MIT license
Description: ============
        pyprojectify
        ============
        
        
        .. image:: https://img.shields.io/pypi/v/pyprojectify.svg
                :target: https://pypi.python.org/pypi/pyprojectify
        
        .. image:: https://img.shields.io/travis/SekouDiaoNlp/pyprojectify.svg
                :target: https://travis-ci.com/SekouDiaoNlp/pyprojectify
        
        .. image:: https://readthedocs.org/projects/pyprojectify/badge/?version=latest
                :target: https://pyprojectify.readthedocs.io/en/latest/?version=latest
                :alt: Documentation Status
        
        
        
        
        pyprojectify is a utility allowing python package authors/maintainers/packagers to painlessly migrate their package from setup.py to the new pyproject.toml.
        
        
        * Free software: MIT license
        * Documentation: https://pyprojectify.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2021-11-04)
        ------------------
        
        * First release on PyPI.
        
Keywords: pyprojectify
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
