udcm-su / NTMpy

Simulation of multi temperature and multi layer heat diffusion
http://udcm.fysik.su.se/code
MIT License
19 stars 14 forks source link

Structure of the python package #18

Closed dschick closed 4 years ago

dschick commented 4 years ago

what is actually the reason, why the source code is that deep in the package structure? Usually you would do something like:

NTMpy/NTMpy/NTMpy.py

However, you added one extra layer here.

I think, you could also ignore the buildand distfolders in your repo to clean it up a bit.

luksen99 commented 4 years ago

I followed the instructions of the Python Packaging User Guide on how to do it. Thank you for the note about the build and dist folders, but I don´t think it is an actual issue, so I will close it.