Skip to content

Commit

Permalink
fix: 不应该在安装前使用被安装模块的任何代码,导致依赖不满足
Browse files Browse the repository at this point in the history
  • Loading branch information
douniwan5788 committed Mar 26, 2020
1 parent cf9a3d8 commit 51040de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion apkutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from cigam import Magic
from TextWizard import hash

__VERSION__ = '0.6.6'

# 6E invoke-virtual 110
# 6F invoke-supper
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import os.path

from apkutils import __VERSION__
from setuptools import find_packages, setup


Expand All @@ -11,7 +10,7 @@ def read(fname):
setup(
name="apkutils",

version=__VERSION__,
version='0.6.6',

description=("Utils for parsing apk."),
long_description=read('README.rst'),
Expand Down

0 comments on commit 51040de

Please sign in to comment.