summaryrefslogtreecommitdiff
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* MANIFEST.in: Fix include for dev-requirements.txtchandan/fix-mainfest-dev-requirementsChandan Singh2018-08-221-1/+1
| | | | | | | | | | Currently, running any setuptools commands using `setup.py` generates a warning like so: warning: manifest_maker: MANIFEST.in, line 21: unknown action 'dev-requirements.txt' The syntax is invalid and got accidentally introduced in !637 but it's a shame that this is not a warning and no obvious way to make it an error if there are invalid things in MANIFEST.in file.
* Move development reqirements to dev-requirements.txtChandan Singh2018-08-111-0/+3
| | | | | | | | | | | | | | | | | | In some cases, such as when working inside a virtual environment, it can be desirable to install all dependencies for running tests using `pip`. This is currently not possible since setuptools does not support installing these dependencies in a virtual environment (by design). (See https://stackoverflow.com/a/21003259.) To circumvent this issue, move such requirements to `dev-requirements.txt` file that can be used easily with `pip install -r`. This also enables tests to be run directly using `pytest`, which can be more convenient than `-addopts` approach when one needs to add multiple options. This will also be useful in creating better testuite images, and fix some of the issues noticed in https://gitlab.com/BuildStream/buildstream-docker-images/merge_requests/56.
* setup.py: Add grpcio dependency and support for code generationJürg Billeter2018-07-171-0/+3
| | | | This allows code generation with ./setup.py build_grpc
* MANIFEST.in: Fix typo when including BuildStream.doap430-buildstream-doap-is-incorrectly-included-in-manifest-inPhil Dawson2018-06-211-1/+1
| | | | | | | Correct includsion of buildstream.doap which does not exist to 'include BuildStream.doap'. This commit resolves issue #430
* MANIFEST.in: remove files that are no longer in this repoChandan Singh2018-02-241-2/+0
| | | | | We don't have `Dockerfile` and `Dockerfile-build.sh` anymore in this repository so remove them from `MANIFEST.in`.
* Added MAINTAINERS, NEWS and BuildStream.doap1.0.0Tristan Van Berkom2018-01-031-2/+5
| | | | Some basic module metadata before publishing the 1.0 release.
* tests/cachekey: Adding Cache Key testsTristan Van Berkom2017-09-011-0/+1
| | | | | | | | | This test should contain an entry for every element and source plugin in buildstream. Further, an entry should exist for every feature of every plugin which may effect cache key calculation. MANIFEST.in: Adding .expected files used in this test to the generated dist tarballs.
* MANIFEST.in: Adding Dockerfile and Dockerfile-build.sh to source distributionTristan Van Berkom2017-06-281-0/+2
|
* MANIFEST.in: Add *.sh from tests into the distributionTristan Van Berkom2017-01-161-0/+1
| | | | | Now that we distribute generate-ostree.sh in the tests we will need it to run tests from a distributed tarball.
* MANIFEST.in: Add new .conf files in tests to the distributionTristan Van Berkom2017-01-041-0/+1
|
* Updating MANIFEST.in to include new bst filesTristan Van Berkom2016-11-281-0/+1
|
* Adding HACKING.rstTristan Van Berkom2016-11-151-0/+1
|
* MANIFEST.in: Adding test yaml files to manifestTristan Van Berkom2016-11-141-0/+1
|
* MANIFEST.in: Adding test filesTristan Van Berkom2016-11-131-0/+3
|
* MANIFEST.in: Adding sphinx filesTristan Van Berkom2016-11-081-0/+6
|
* Adding initial MANIFEST.in for source distributions.Tristan Van Berkom2016-11-081-0/+2