diff --git a/setup.py b/setup.py index 0edc112..c555ab9 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="pySSLVision", packages=find_packages() + find_packages(where="./protocols"), - version="1.0.0", + version="1.0.1", description="Creates a network socket to communicate with the SSL Vision", long_description_content_type='text/markdown', long_description=open('README.md').read(), @@ -11,4 +11,4 @@ author_email="projectneon@gmail.com", license="GNU", install_requires=['protobuf==3.6.1'], -) \ No newline at end of file +)