1
0
mirror of https://github.com/JoelBender/modpypes synced 2025-10-05 20:45:46 +08:00

need to remove 'universal' from [wheel] configuration

This commit is contained in:
Joel Bender 2015-09-08 22:51:06 -04:00
parent 2f07bb619f
commit 738ac2bebc
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
[wheel]
universal = 1
[flake8]
ignore = E123,E221,E226,E302,E41,E701

View File

@ -18,7 +18,7 @@ test_requirements = [
setup(
name='modpypes',
version='0.3',
version='0.4',
description="Python library for MODBUS based on BACpypes",
long_description="See GitHub for more information",
author="Joel Bender",