Skip to content

Commit

Permalink
fix Does not install on Linux #5
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihail-Cosmin committed Jul 25, 2023
1 parent 3836f49 commit c12c80a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions publish_pypi.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
if isdir('AutoMonkey.egg-info'):
rmtree('AutoMonkey.egg-info')

system("py -m build")
# system("py -m build")
system("python setup.py sdist")

system("python -m twine upload --repository pypi dist/*")
system("python -m twine upload --repository pypi dist/*")
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ clipboard>=0.0.4
opencv-python==4.5.5.62
pillow>=9.0.1
screeninfo>=0.8
pywin32>=303; platform_system=="Windows"
pywin32-ctypes>=0.2.0; platform_system=="Windows"
pyperclip==1.8.2
PyScreeze>=0.1.27
; sys_platform == 'win32'
pywin32>=303
pywin32-ctypes>=0.2.0

0 comments on commit c12c80a

Please sign in to comment.