summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-11 08:59:42 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-11 08:59:42 -0800
commit1b8d11a3e706247cda9932c251822acafcd1212c (patch)
treeae9358d657abaadabb3f3649a69445308d69eb86 /setup.py
parent7b704af3c920b488720dfa482d951110e9f3abf8 (diff)
Add default config file to setup.py.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 7e2a74d1..afedf21c 100644
--- a/setup.py
+++ b/setup.py
@@ -19,6 +19,7 @@ setup(
license='LICENSE.txt',
url='https://github.com/amjith/pgcli',
packages=find_packages(),
+ package_data={'pgcli': ['pgclirc']},
description=description,
long_description=open('README.rst').read(),
install_requires=[