This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
lora-irrigation
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add a setup.py so this works as a package...
mbed-sx1276
John-Mark Gurney
3 years ago
parent
21f81daeac
commit
b7869f2cbc
1 changed files
with
10 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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'],
)
Write
Preview
Loading…
Cancel
Save