madreher / LammpsInputBuilder

LammpsInputBuilder (or LIB) is a Python library designed to generate Lammps inputs from a molecular model, a forcefield, and a high-level definition of a simulation workflow.
MIT License
0 stars 0 forks source link

Make package version depend on version.py #28

Open madreher opened 15 hours ago

madreher commented 15 hours ago

The version of the package is defined in multiple places (setup.py and version.py). Update the setup.py to make it read the version from the version.py file instead.