Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
Merge a4da15f into 6251ec0
Browse files Browse the repository at this point in the history
  • Loading branch information
fragmuffin committed Jul 22, 2018
2 parents 6251ec0 + a4da15f commit 30ac67c
Show file tree
Hide file tree
Showing 6 changed files with 297 additions and 269 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN mkdir -p $CQ_HOME
RUN mkdir -p $CQ_HOME/build_data
VOLUME $CQ_HOME/build_data

COPY requirements-dev.txt runtests.py cq_cmd.py cq_cmd.sh setup.py README.md MANIFEST setup.cfg $CQ_HOME/
COPY requirements-dev.txt runtests.py cq_cmd.py cq_cmd.sh setup.py README.rst MANIFEST setup.cfg $CQ_HOME/
COPY cadquery $CQ_HOME/cadquery
COPY examples $CQ_HOME/examples
COPY tests $CQ_HOME/tests
Expand Down
3 changes: 1 addition & 2 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
README.txt
README.md
README.rst
setup.cfg
setup.py
cadquery\cq.py
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include README.md LICENSE
include README.rst LICENSE
264 changes: 0 additions & 264 deletions README.md

This file was deleted.

0 comments on commit 30ac67c

Please sign in to comment.