aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJake Hunsaker <jhunsake@redhat.com>2023-01-12 12:53:16 -0500
committerJake Hunsaker <jhunsake@redhat.com>2023-01-16 12:43:57 -0500
commitac17ca4f460b67f438f3bef7b4eacc2c133a7643 (patch)
tree8bd8d42ded1295bfbd349c9e74a5258e3e9a3dc5 /.gitignore
parentc01b85af05db437275d3ef40810a40ab31b05033 (diff)
downloadsos-ac17ca4f460b67f438f3bef7b4eacc2c133a7643.tar.gz
[build] Convert to setuptools
In python 3.12 distutils will be removed. As such, we need to update to the replacement `setuptools`. This commit makes the basic change over in `setup.py`, so that an `sdist` source tarball can be generated. Note that while this source tarball will still have the `.po` files in it any build tarball (`bdist`) produced via the new `setup.py` will *not* have `.mo` translation files compiled and included at this point. In reviewing this change, it was found that our internationalization is currently broken and very out of date. Future work will focus on fixing that situation, but for now the immediate packaging needs are being addressed. Resolves: #3093 Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 55a1d408..4c2138f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,6 +16,7 @@ venv
MANIFEST
build/
dist/
+*sos.egg*
docs/_build
# Pycharm