On 2015-09-30 15:08, Christian Heimes wrote:
On 2015-09-29 16:26, Christian Heimes wrote:
> Hi,
>
> Ade has asked me to modify setup.py so we can upload the client library
> parts of Dogtag on the Python package index.
>
> I ran into trouble with setuptools and had to remove setuptools again.
> The latest version of setuptools broke the data_files option.
The new patch provides a separate setup.py just for the client libs.
It's cleaner and less of a hack than a combined setup.py with two build
flavors.
Ade likes to have an alias to just build the packages.
Christian