somexlab / fastddm

Python library for Differential Dynamic Microscopy analysis
https://fastddm.readthedocs.io/
GNU General Public License v3.0
3 stars 0 forks source link

Make _config.py.in for configuration #177

Closed enrico-lattuada closed 7 months ago

enrico-lattuada commented 7 months ago

Description Having python files with CMake variables is not helpful when working with IDEs.

Proposed solution Create a dummy _config.py and move the actual file to be configured to a _config.py.in file.

Additional context The IDE will see the _config.py, while during compilation we will use the _config.py.in file.

enrico-lattuada commented 7 months ago

Closed by #178