Skip to content

Commit

Permalink
clearing setup
Browse files Browse the repository at this point in the history
  • Loading branch information
raamana committed Oct 8, 2017
1 parent 47149e5 commit 69cc325
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 140 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
corticalqa/_version.py export-subst
visualqc/_version.py export-subst
12 changes: 0 additions & 12 deletions .idea/corticalqa.iml

This file was deleted.

128 changes: 0 additions & 128 deletions .idea/workspace.xml

This file was deleted.

7 changes: 7 additions & 0 deletions cmd2pkg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
REPONAME=`basename $PWD`

rm -rf dist build ${REPONAME}.egg-info
python setup.py sdist bdist_wheel

twine upload dist/*

0 comments on commit 69cc325

Please sign in to comment.