Closed sk-ip closed 4 years ago
The project directory structure does not look good, compared to the standard library structure. for making packages for PyPI the directory structure should be something like this
project-root ├──src/ └──package_name/ └──__init__.py ├──tests/ └──package_name/ ├──.coveragerc ├──.gitignore ├──LICENSE ├──README.md ├──setup.cfg └──setup.py
@hameerabbasi , I would like to work on this if the above directory structure is fine to go with.
Go for it!
The project directory structure does not look good, compared to the standard library structure. for making packages for PyPI the directory structure should be something like this