Tag Archives: setuptools

How to embedded data files in python using setuptools

Within a Python package, it is useful to provide data files. These files are not python modules so you do not want to place same together with your module. Let us put them in a directory share/data. Suppose you have … Continue reading

Posted in Python | Tagged , | 8 Comments