Skip to content

Commit

Permalink
Merge pull request #38 from hubo1016/nstruct_compatibility
Browse files Browse the repository at this point in the history
fix VLCP 1.x nstruct compatibility
  • Loading branch information
hubo1016 authored Aug 3, 2018
2 parents df949ef + 69549b9 commit b52c28e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
pass
from setuptools import setup, find_packages

VERSION = '1.5.5'
VERSION = '1.5.6'

setup(name='vlcp',
version=VERSION,
Expand All @@ -23,6 +23,6 @@
keywords=['SDN', 'VLCP', 'Openflow'],
test_suite = 'tests',
use_2to3=False,
install_requires = ["nstruct>=1.2.1"],
install_requires = ["nstruct==1.2.1"],
packages=find_packages(exclude=("tests","tests.*","misc","misc.*")),
entry_points={'console_scripts': ['vlcp-start = vlcp.start:default_start']})

0 comments on commit b52c28e

Please sign in to comment.