Quansight-Labs / udiff

Automatic differentiation with uarray/unumpy.
BSD 3-Clause "New" or "Revised" License
16 stars 11 forks source link

the project structure does not conform to the standard library structure #1

Closed sk-ip closed 4 years ago

sk-ip commented 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
sk-ip commented 4 years ago

@hameerabbasi , I would like to work on this if the above directory structure is fine to go with.

hameerabbasi commented 4 years ago

Go for it!