Skip to content

Commit

Permalink
Updated various links
Browse files Browse the repository at this point in the history
  • Loading branch information
severin-lemaignan committed Jun 7, 2016
1 parent 639dada commit 335101a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://www.openni.org/>`_
and `NiTE2 <http://www.openni.org/files/nite/>`_.
Python-bindings for `OpenNI2 <https://github.com/OpenNI/OpenNI2>`_
and `NiTE2 <http://openni.ru/files/nite/>`_.
This package provides only the Python bindings; be sure to install OpenNI2 (and optionally NiTE2) first.
Expand Down

0 comments on commit 335101a

Please sign in to comment.