summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2018-11-21 21:30:14 -0800
committerAmjith Ramanujam <amjith.r@gmail.com>2018-11-21 21:30:14 -0800
commita61806099d5ea80d2b7199046a51df982dceba1f (patch)
tree95b5ada1a84506c957dc45efc9e63fc791f2980d
parent6c9ad866d5ce800c78eb6514fa11bb9a6154a918 (diff)
Clean up the AUTHORS file.
-rw-r--r--litecli/AUTHORS54
-rwxr-xr-xsetup.py2
2 files changed, 3 insertions, 53 deletions
diff --git a/litecli/AUTHORS b/litecli/AUTHORS
index 5a3c442..f9ad9a8 100644
--- a/litecli/AUTHORS
+++ b/litecli/AUTHORS
@@ -1,64 +1,14 @@
Project Lead:
-------------
- * Thomas Roten
+
+ * Delgermurun Purevkhu
Core Developers:
----------------
- * Irina Truong
- * Matheus Rosa
- * Darik Gamble
- * Dick Marinus
* Amjith Ramanujam
Contributors:
-------------
- * Steve Robbins
- * Shoma Suzuki
- * Daniel West
- * Scrappy Soft
- * Daniel Black
- * Jonathan Bruno
- * Casper Langemeijer
- * Jonathan Slenders
- * Artem Bezsmertnyi
- * Mikhail Borisov
- * Heath Naylor
- * Phil Cohen
- * spacewander
- * Adam Chainz
- * Johannes Hoff
- * Kacper Kwapisz
- * Lennart Weller
- * Martijn Engler
- * Terseus
- * Tyler Kuipers
- * William GARCIA
- * Yasuhiro Matsumoto
- * bjarnagin
- * jbruno
- * mrdeathless
- * Abirami P
- * John Sterling
- * Jialong Liu
- * Zhidong
- * Daniël van Eeden
- * zer09
- * cxbig
- * chainkite
- * Michał Górny
- * Terje Røsten
- * Ryan Smith
- * Klaus Wünschel
- * François Pietka
- * Colin Caine
- * Frederic Aoustin
- * caitinggui
- * ushuz
-
-Creator:
---------
-
-Amjith Ramanujam
diff --git a/setup.py b/setup.py
index c58f8da..2b9ddc9 100755
--- a/setup.py
+++ b/setup.py
@@ -58,7 +58,7 @@ setup(
version=version,
url="https://github.com/dbcli/litecli",
packages=find_packages(),
- package_data={"litecli": ["liteclirc", "AUTHORS", "SPONSORS"]},
+ package_data={"litecli": ["liteclirc", "AUTHORS"]},
description="CLI for SQLite Databases with auto-completion and syntax "
"highlighting.",
long_description=readme,