Browse Source

Add a setup.py so this works as a package...

mbed-sx1276
John-Mark Gurney 3 years ago
parent
commit
b7869f2cbc
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      strobe/python/setup.py

+ 10
- 0
strobe/python/setup.py View File

@@ -0,0 +1,10 @@
#!/usr/bin/env python

from distutils.core import setup

setup(name='Strobe',
version='1.0.2',
description='crypto framework',
author='Mike Hamburg',
packages=['Strobe'],
)

Loading…
Cancel
Save