Commit Graph

18 Commits

Author SHA1 Message Date
Marcus Schäfer
2b2bb847eb Make sure LICENSE and README got installed 2017-03-13 16:55:55 +01:00
Marcus Schäfer
793aefd422
Fixed MANIFEST.in
kiwi.solver code was not included into source archive
2017-03-07 17:35:11 +01:00
Marcus Schäfer
88fd8211d8 Package kiwi/boot/arch into sub archive
The sdist target runs into an infinite loop if installed via
pip. It seems the symlink files below boot/arch confuses
distutils
2016-10-18 23:52:05 +02:00
Marcus Schäfer
69992390ee Create completion data at build time 2016-05-31 10:02:22 +02:00
Marcus Schäfer
4241c3c0bf
Delete obsolete .releasetags from MANIFEST.in
This avoids a warning on setup.py build
2016-05-27 15:17:12 +02:00
Marcus Schäfer
e246e72a52
Refactor data subpackage
Move from data to utils, data is generally considered
as text data and not code
2016-03-17 10:42:08 +01:00
Marcus Schäfer
39d08c35f3 Continue Refactor into subpackage
Move container_setup from toplevel into container.setup
2016-03-09 10:05:47 +01:00
Marcus Schäfer
1ab40fa33a
Continue Refactor into subpackage
Move task classes into tasks namespace
2016-03-08 16:21:00 +01:00
Marcus Schäfer
b4197d33a4 Continue Refactor into subpackage
Move DataSync, Checksum and Compress into the data namespace
2016-03-08 15:11:13 +01:00
Marcus Schäfer
31d868ffe6
Package new system namespace 2016-03-07 17:35:32 +01:00
Marcus Schäfer
242376b57a
update MANIFEST.in due to structure changes 2016-02-29 14:47:35 +01:00
Thomas Schraitle
a9d0eddd89 Integrated Tox
* First incarnation of tox.ini
* Extend MANIFEST.in
* Add doc/requirements.txt
* Extend conf.py with 'sphinxcontrib.spelling' extension
* Add wordlist to doc/source/spelling_wordlist.txt
* Add flake8 section in setup.cfg
2016-02-23 15:57:56 +01:00
Marcus Schäfer
2df90b0c34 Don't require python-Sphinx at build time
Sphinx is not available on all platforms and required only to
build the manual pages. Thus the make build target can build
the man pages and pack the result into the source tarball
2016-02-15 10:53:58 +01:00
Marcus Schäfer
b2bb34f57f Fixed rpm package build 2016-02-09 17:30:22 +01:00
Marcus Schäfer
f8c041815f
Update source manifest
include only doc Makefile and source, the pages are
build at build time
2016-02-06 14:13:51 +01:00
Marcus Schäfer
8ce43af5b4 Prepare for package building 2016-02-02 23:26:17 +01:00
Marcus Schäfer
02f4bdfd16
Minor changes in virtualenv setup file names
Moved the requirements.txt setup files into a namespace
called .virtualenv in order to stay compatible with the
.travis requirement files
2015-12-15 12:19:31 +01:00
Thomas Schraitle
098f720798 Fix #5: Improve setup.py
* setup.py:
  - use setuptools always, no need to check for distutils
  - include keywords 'include_package_data', 'zip_safe', and 'classifiers'
* setup.cfg:
  - add bdist_wheel and sdist section
* Add missing MANIFEST.in (needed for setup.py dist)
* Remove executable bit for LICENSE and README.md
2015-12-14 22:32:25 +01:00