Skip to content

Commit

Permalink
remove python2
Browse files Browse the repository at this point in the history
  • Loading branch information
ClericPy committed Jul 3, 2022
1 parent a14eaf4 commit df70ec7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
import codecs
import os
import re
import sys

from setuptools import find_packages, setup
"""
linux:
rm -rf "dist/*";rm -rf "build/*";python3 setup.py bdist_wheel;python2 setup.py bdist_wheel;twine upload "dist/*;rm -rf "dist/*";rm -rf "build/*""
rm -rf "dist/*";rm -rf "build/*";python3 setup.py bdist_wheel;twine upload "dist/*;rm -rf "dist/*";rm -rf "build/*""
win32:
rm -rf dist;rm -rf build;python3 setup.py bdist_wheel;python2 setup.py bdist_wheel;twine upload "dist/*"
rm -rf dist;rm -rf build;python3 setup.py bdist_wheel;twine upload "dist/*"
rm -rf dist;rm -rf build;rm -rf torequests.egg-info
"""

Expand Down

0 comments on commit df70ec7

Please sign in to comment.