summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2015-09-30 14:59:49 +0200
committerEndi S. Dewata <edewata@redhat.com>2016-04-02 00:24:23 +0200
commit0161505e61fc3460af7f9c13a0faed36d992721d (patch)
treea96112aa66c24449846d5d49343dfecff8997df3 /.gitignore
parent5887e73c212da40f8bb36845acaf7840753e7684 (diff)
downloadpki-0161505e61fc3460af7f9c13a0faed36d992721d.tar.gz
pki-0161505e61fc3460af7f9c13a0faed36d992721d.tar.xz
pki-0161505e61fc3460af7f9c13a0faed36d992721d.zip
Python packaging of PKI client library
A new setup.py in base/common/python makes it possible to bundle the pki client library and upload it on PyPI. The setup.py in the root directory is only used for tox and testing. It's a cleaner and less fragile approach than to support two different build flavors with one setup.py The 'release' alias from setup.cfg creates and uploads a source distribution and an universal wheel: $ sudo yum install python-wheel python-setuptools $ cd base/common/python $ python setup.py release The 'packages' alias just creates the source distribution and wheel: $ python setup.py packages The version number is taken from the Version and Release fields of pki-core.spec.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 172610bb1..2feeda176 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,8 @@ dist
MANIFEST
*.pyc
__pycache__
+
+/base/common/python/build/
+/base/common/python/dist/
+/base/common/python/dogtag_pki.egg-info/
+