mirror of
https://github.com/JoelBender/modpypes
synced 2025-10-12 21:15:10 +08:00
need to remove 'universal' from [wheel] configuration
This commit is contained in:
parent
2f07bb619f
commit
738ac2bebc
|
@ -1,5 +1,4 @@
|
||||||
[wheel]
|
[wheel]
|
||||||
universal = 1
|
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
ignore = E123,E221,E226,E302,E41,E701
|
ignore = E123,E221,E226,E302,E41,E701
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -18,7 +18,7 @@ test_requirements = [
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='modpypes',
|
name='modpypes',
|
||||||
version='0.3',
|
version='0.4',
|
||||||
description="Python library for MODBUS based on BACpypes",
|
description="Python library for MODBUS based on BACpypes",
|
||||||
long_description="See GitHub for more information",
|
long_description="See GitHub for more information",
|
||||||
author="Joel Bender",
|
author="Joel Bender",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user