Prepare for PIP distribution
Signed-off-by: Yang Deokgyu <secugyu@gmail.com>
diff --git a/setup.cfg b/setup.cfg
index 360d7aa..bf653c5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,7 @@
[metadata]
-author = Philip Howard
-author_email = phil@gadgetoid.com
-url = https://github.com/WiringPi/WiringPi-Python/
-description = A python interface to WiringPi 2.0 library which allows for easily interfacing with the GPIO pins of the Raspberry Pi. Also supports i2c and SPI.
+author= Yang Deokgyu
+author_email= secugyu@gmail.com
+url= https://github.com/hardkernel/WiringPi2-Python
+description= A Port of WiringPi Python project for ODROID boards
long_description = file:README.rst
license = LGPL