summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-01-22 20:21:14 +0100
committerMichał Górny <mgorny@gentoo.org>2023-01-22 20:21:14 +0100
commit6eed794137bafc203a6f31103cdab63e54401caf (patch)
tree4174ec4199c58f37de6a11c9e801fdb708f69ffe
parentdba80fc6b1bb026637a85eea31cfcc5ab4a3344c (diff)
downloadgemato-6eed794137bafc203a6f31103cdab63e54401caf.tar.gz
Remove the old bin/ wrapper
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rwxr-xr-xbin/gemato15
1 files changed, 0 insertions, 15 deletions
diff --git a/bin/gemato b/bin/gemato
deleted file mode 100755
index bdb8604..0000000
--- a/bin/gemato
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/usr/bin/env python
-# vim:fileencoding=utf-8
-# (c) 2017-2018 Michał Górny
-# Licensed under the terms of 2-clause BSD license
-
-import os.path
-import sys
-
-sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..'))
-
-from gemato.cli import setuptools_main
-
-
-if __name__ == '__main__':
- setuptools_main()