From 335101a4db30db4c512de6dd6dd69e274f7c2ee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9verin=20Lemaignan?= Date: Tue, 7 Jun 2016 16:23:56 +0100 Subject: [PATCH] Updated various links --- README.md | 3 ++- setup.py | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 272c7a0..a1af2b3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ OpenNI2/NiTE2 Python Bindings ============================= -Python bindings for OpenNI2 and NiTE2. +Python bindings for [OpenNI2](https://github.com/OpenNI/OpenNI2) and +[NiTE2](http://openni.ru/files/nite/). Based on [Primesense original bindings](https://pypi.python.org/pypi/primesense/2.2.0.30-5), with the bugs diff --git a/setup.py b/setup.py index a9c65db..b706273 100644 --- a/setup.py +++ b/setup.py @@ -13,14 +13,14 @@ author = "PrimeSense Inc, Séverin Lemaignan", author_email = "primesense.com, severin.lemaignan@plymouth.ac.uk", license = "MIT", - url = "http://www.openni.ru/", + url = "https://github.com/severin-lemaignan/openni-python", packages = ["openni"], platforms = ["POSIX", "Windows"], provides = ["openni"], keywords = "PrimeSense, OpenNI, OpenNI2, Natural Interaction, NiTE, NiTE2", long_description = """\ -Python-bindings for `OpenNI2 `_ -and `NiTE2 `_. +Python-bindings for `OpenNI2 `_ +and `NiTE2 `_. This package provides only the Python bindings; be sure to install OpenNI2 (and optionally NiTE2) first.