Skip to content

Commit

Permalink
renamed working code directory, modified build script to match changes
Browse files Browse the repository at this point in the history
  • Loading branch information
damouse committed Jun 22, 2015
1 parent ef7cc50 commit bc2e404
Show file tree
Hide file tree
Showing 23 changed files with 3 additions and 10 deletions.
5 changes: 0 additions & 5 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
backports.ssl-match-hostname==3.4.0.2
docker-py==1.2.3
requests==2.7.0
six==1.9.0
Twisted==15.2.1
websocket-client==0.32.0
wheel==0.24.0
zope.interface==4.1.2
2 changes: 0 additions & 2 deletions paradrop/paradrop/__init__.py

This file was deleted.

4 changes: 2 additions & 2 deletions pdbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ build() {

tput sgr0
pip install pex
pip install -e ./paradrop
pip install -e ./src

#we don't want to bundle pex (for size reasons) and paradrop (since pex needs a little help in
# finding the package thats out of the scope of this script)
Expand All @@ -74,7 +74,7 @@ clean() {

rm -rf buildenv/env
rm bin/pddependancies.pex
rm -rf paradrop/paradrop.egg-info
rm -rf src/paradrop.egg-info
rm *.snap
}

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion paradrop/setup.py → src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

entry_points={
'console_scripts': [
'paradrop=paradrop:main',
'paradrop=paradrop.main:main',
],
},
)

0 comments on commit bc2e404

Please sign in to comment.