1 From 98a0fbd0c4e13df98b8fb69c241665ab774fda2e Mon Sep 17 00:00:00 2001
2 From: Theodore Ni <3806110+tjni@users.noreply.github.com>
3 Date: Fri, 11 Aug 2023 21:58:14 -0700
4 Subject: [PATCH] Remove script with same name as entry point
7 dot2tex/dot2tex | 5 -----
9 2 files changed, 6 deletions(-)
10 delete mode 100644 dot2tex/dot2tex
12 diff --git a/dot2tex/dot2tex b/dot2tex/dot2tex
13 deleted file mode 100644
14 index 278c0b3..0000000
18 -#!/usr/bin/env python
19 -from .dot2tex import main
21 -if __name__ == '__main__':
23 diff --git a/setup.py b/setup.py
24 index d05db37..67a3ee8 100644
28 author_email='kjellmf@gmail.com',
29 url="https://github.com/kjellmf/dot2tex",
30 py_modules=['dot2tex.dot2tex', 'dot2tex.dotparsing'],
31 - scripts=['dot2tex/dot2tex'],
33 'Development Status :: 4 - Beta',
34 'Environment :: Console',