Skip to content

Commit

Permalink
Fix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Virshup authored and Aaron Virshup committed Apr 2, 2017
1 parent aaa0317 commit 34fc4e4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
include versioneer.py
include dockermake/_version.py
include requirements.txt
include example
include example/DockerMake.yml
include example/sample_data
include example/sample_data/airline_data
include example/sample_data/airline_data/AirPassengers.csv
include example/sample_data/plant_growth
include example/sample_data/plant_growth/Puromycin.csv
include img
include img/step1.png
include img/step2.png
include LICENSE
include MANIFEST.in
include README.md
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Table of Contents

### Install

Requires [Docker](https://www.docker.com/products/docker), and Python (2.7 or 3.4+).
Requires [Docker](https://www.docker.com/products/docker) and Python 2.7.

```
pip install dockermake
pip install DockerMake
```

This will install the command line tool, `docker-make`, and its supporting python package, which you can import as `import dockermake`.
Expand Down Expand Up @@ -177,7 +177,7 @@ Image caching:
can bust multiple image layers by passing --bust-cache
multiple times.
--clear-copy-cache, --clear-cache
Remove docker-make's cache of files for `copy_from`.
Remove docker-make's cache of files for `copy-from`.
Repositories and tags:
--repository REPOSITORY, -r REPOSITORY, -u REPOSITORY
Expand Down

0 comments on commit 34fc4e4

Please sign in to comment.