1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-12-23 06:28:13 +00:00

Fixed INSTRUX size in setup.py.

This commit is contained in:
BITDEFENDER\vlutas 2021-11-02 11:34:17 +02:00
parent 7749e06b9d
commit 7572adaeba

View File

@ -13,7 +13,7 @@ from codecs import open
VERSION = (0, 1, 3) VERSION = (0, 1, 3)
LIBRARY_VERSION = (1, 34, 7) LIBRARY_VERSION = (1, 34, 7)
LIBRARY_INSTRUX_SIZE = 864 LIBRARY_INSTRUX_SIZE = 856
packages = ['pybddisasm'] packages = ['pybddisasm']
requires = ['setuptools'] requires = ['setuptools']