Skip to content

Commit fc4ac9f

Browse files
committed
Updated comments.
1 parent 0267792 commit fc4ac9f

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

README

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
Python wrapper around pxlib.
22

3-
This module, written in Pyrex_, allow to read data from Paradox tables
3+
This module, written in Cython_, allow to read data from Paradox tables
44
using the pxlib_ library.
55

6+
This is a fork of python-pxpy_ written by Lele Gaifax <[email protected]>
7+
68
.. _cython: http://www.cython.org/
7-
.. _pxlib: http://pxlib.sourceforge.net/
9+
.. _pxlib: http://pxlib.sourceforge.net/
10+
.. _python-pxpy: https://github.com/gleber/python-pxlib

paradox.pxd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# -*- coding: utf-8 -*-
2+
13
cdef extern from *:
24
ctypedef char* const_char_ptr "const char*"
35

setup.py

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
3-
# :Project: pxpy -- Module setup
4-
# :Source: $Source: /cvsroot/pxlib/bindings/python/Setup.py,v $
5-
# :Created: Sun, Apr 04 2004 00:14:12 CEST
6-
# :Author: Lele Gaifax <[email protected]>
7-
# :Revision: $Revision: 1.3 $ by $Author: lele $
8-
# :Date: $Date: 2004/07/19 23:04:35 $
9-
#
103
import os
114
import sys
125

@@ -37,9 +30,9 @@ def run(self):
3730
setup(
3831
name='python-pxlib',
3932
description="Python wrapper around pxlib",
40-
version='0.0.1',
41-
author="Lele Gaifax",
42-
author_email="[email protected].net",
33+
version='0.1',
34+
author="Nils Fredrik Gjerull",
35+
author_email="nils@gjerull.net",
4336
url="http://pxlib.sourceforge.net/",
4437
test_suite='tests',
4538
cmdclass={

0 commit comments

Comments
 (0)