Skip to content

Commit

Permalink
Fix pypi setup
Browse files Browse the repository at this point in the history
  • Loading branch information
huntfx committed Mar 11, 2020
1 parent 4e4f8fc commit 55c1f75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include README.md
include LICENSE
include requirements.txt
include vfxwindow/palettes/*.json
3 changes: 2 additions & 1 deletion setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ IF EXIST dist (rmdir dist /s /q)
py setup.py sdist
py -m twine upload dist/*
rmdir dist /s /q
rmdir vfxwindow.egg-info /s /q
rmdir vfxwindow.egg-info /s /q
PAUSE

0 comments on commit 55c1f75

Please sign in to comment.