Ignore:
Timestamp:
Jul 11, 2008 12:55:22 AM (16 years ago)
Author:
bennylp
Message:

Updated setup.py for Linux and written more docstrings documentation

Location:
pjproject/trunk/pjsip-apps/src/python
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/python

    • Property svn:ignore
      •  

        old new  
        11*.pyc 
         2build 
         3*.html 
         4 
  • pjproject/trunk/pjsip-apps/src/python/setup.py

    r2119 r2120  
    22import os 
    33import sys 
     4 
     5VERSION = "0.9.0" 
    46 
    57# Fill in pj_inc_dirs 
     
    3234 
    3335 
    34 setup(name="_pjsua", version="0.9", 
     36setup(name="_pjsua", version=VERSION, 
    3537        ext_modules = [ 
    3638                Extension("_pjsua",  
     
    4345        ]) 
    4446 
     47setup(name="pjsua", version=VERSION, py_modules=["pjsua"]) 
     48 
     49 
Note: See TracChangeset for help on using the changeset viewer.