Skip to content

Commit

Permalink
add setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonwang371 committed May 12, 2019
1 parent 9bda212 commit 48c0525
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
.vscode/cscope_conf.json
.vscode/arduino.json
.vscode/c_cpp_properties.json
build/*
dist/*
*.egg-info
11 changes: 11 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env python

from setuptools import setup

setup(name='SimAccess',
version='0.1',
description='Sim module library for texting and phone call',
author='Wilson Wang',
author_email='[email protected]',
packages=['sim_access'],
)

0 comments on commit 48c0525

Please sign in to comment.