From f14b33c5cb72cedb0ffbc805d2f250f3892f18a5 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Fri, 30 Oct 2015 20:03:34 +0000 Subject: [PATCH] add required fields to setup.py --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index c31e890..64ee708 100644 --- a/setup.py +++ b/setup.py @@ -10,4 +10,7 @@ setuptools.setup( 'Programming Language :: Python :: 3.5', ], install_requires=['rethinkdb'], + url='https://github.com/nlevitt/rethinkstuff', + author='Noah Levitt', + author_email='nlevitt@archive.org', )