summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 6c75fac..835e04b 100644
--- a/setup.py
+++ b/setup.py
@@ -11,6 +11,10 @@ setup(
descripton='experimental ffi after the example of lua ffi',
get_version_from_scm=True,
+ url='https://bitbucket.org/cffi/cffi',
+ author='Armin Rigo, Maciej Fijalkowski',
+ author_email='python-cffi@googlegroups.com',
+
features={
'cextension': Feature(
"fast c backend for cpython",