mirror of
https://github.com/JoelBender/bacpypes
synced 2025-09-28 22:15:23 +08:00
temporary patch for current installed python version, maybe needs a better way
This commit is contained in:
parent
7da1b961ff
commit
6b93f606ee
|
@ -10,7 +10,7 @@ rm -Rfv build/
|
|||
# python2.5 setup.py bdist_egg
|
||||
# rm -Rfv build/
|
||||
|
||||
for ver in 2.7 3.4; do
|
||||
for ver in 2.7 3.5; do
|
||||
python$ver setup.py bdist_egg
|
||||
python$ver setup.py bdist_wheel
|
||||
rm -Rfv build/
|
||||
|
|
Loading…
Reference in New Issue
Block a user