Skip to content

Commit 97dec81

Browse files
author
Simon Gomizelj
committed
Replace the Makefile with setuptools
1 parent 9213dd9 commit 97dec81

File tree

8 files changed

+34
-1839
lines changed

8 files changed

+34
-1839
lines changed

ESL.i

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
%module ESL
12
%{
23
#include "esl.h"
34
#include "esl_oop.h"

Makefile

Lines changed: 0 additions & 31 deletions
This file was deleted.

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# python-ESL
2+
3+
This is FreeSWITCH's ESL library and SWIG, pulled directly out of
4+
tree. Nothing more, nothing less, no modifications.
5+
6+
All we've done is replaced the Makefile with setuptools to make it pip
7+
installable.
8+
9+
pip install git+https://github.com/sangoma/python-ESL
10+
11+
Should work for both python2 and python3.

cc.h

Lines changed: 0 additions & 4 deletions
This file was deleted.

esl_config_auto.h

Whitespace-only changes.

0 commit comments

Comments
 (0)