diff options
| author | Michael Vogt <egon@tas> | 2007-01-26 17:41:22 +0100 |
|---|---|---|
| committer | Michael Vogt <egon@tas> | 2007-01-26 17:41:22 +0100 |
| commit | dcd76a77e84c98cac04bebceac449b938e853848 (patch) | |
| tree | ce334a1cd1f0576a64e997b15fde5641a57e1249 /setup.cfg | |
| parent | 4b7a231e14ff217094bf6f68f0523de2baa4cfab (diff) | |
| parent | 238e469ebc586cc50095a855b64619632c22fbf2 (diff) | |
| download | python-apt-dcd76a77e84c98cac04bebceac449b938e853848.tar.gz | |
merged glatzors python-apt branch that includes the new aptsource module
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..718b6e23 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,8 @@ +[build] +l10n=True + +[build_l10n] +domain=python-apt + +[sdist] +formats = bztar |
