Skip to content
This repository was archived by the owner on Nov 21, 2017. It is now read-only.

Commit cb0edb0

Browse files
committed
Add author info to setup.py
1 parent 19c3a66 commit cb0edb0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
setup(
1111
name='l2cs',
1212
version="0.1.0",
13+
author='Keith Mitchell',
14+
author_email='[email protected]',
15+
description=("Rewrites queries from lucene syntax to"
16+
"Amazon Cloudsearch syntax")
17+
license='BSD',
18+
url="http://github.com/kemitche/l2cs",
1319
install_requires=["whoosh"],
1420
packages=find_packages(exclude=['ez_setup']),
1521
include_package_data=True,

0 commit comments

Comments
 (0)