Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
xnuvers007 committed Aug 24, 2022
1 parent 2a57c14 commit b1a2c9a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
long_description = "\n" + fh.read()

VERSION = '0.1.3-1'
VERSION = '0.1.3.post2'
DESCRIPTION = 'upgrade packages pip outdated'
LONG_DESCRIPTION = 'A package that allows to upgrade all pip python outdated.'

Expand Down
6 changes: 0 additions & 6 deletions upgrade-pip/__init__.py

This file was deleted.

7 changes: 7 additions & 0 deletions upgrade-pip/start.py → uppip/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#from start import startupgradepip
# Upgrade pip python packages from outdated

import sys, os, time
Expand Down Expand Up @@ -151,3 +152,9 @@ def startupgradepip():
else:
print("platform not supported")
sys.exit(1)

# def main():
# startupgradepip()

# if __name__ == "__main__":
# main()

0 comments on commit b1a2c9a

Please sign in to comment.