Skip to content

Commit 04db8cc

Browse files
committed
Merge pull request #2 from irl/master
Added a distutils setup.py
2 parents e34ed35 + 743091c commit 04db8cc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

setup.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/usr/bin/env python
2+
3+
from distutils.core import setup
4+
setup(name='python-libfap',
5+
version='0.1',
6+
description='Python ctypes bindings for libfap, the C port of the HAM::APRS::FAP Finnish APRS Parser',
7+
author='Tom Hayward',
8+
author_email='tom@tomh.us',
9+
url='https://github.com/kd7lxl/python-libfap',
10+
py_modules=['libfap'],
11+
)
12+

0 commit comments

Comments
 (0)