Metadata-Version: 2.1
Name: pyprojectify
Version: 0.3.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.
License: MIT
Author: Sekou Diao
Author-email: diao.sekou.nlp@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Click (>=8.0.3,<9.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
