File: drop-alternative-binary-entrypoint

package info (click to toggle)
python-project-generator 0.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 744 kB
  • sloc: python: 4,148; makefile: 15; sh: 6
file content (15 lines) | stat: -rw-r--r-- 411 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Drop additional binary entrypoint name
Author: Nick Morrott <nickm@debian.org>
Forwarded: not-needed
Last-Update: 2019-11-17
---
--- a/setup.py
+++ b/setup.py
@@ -45,7 +45,6 @@
     packages=find_packages(),
     entry_points={
         'console_scripts': [
-            "project_generator=project_generator.__main__:main",
             "progen=project_generator.__main__:main",
         ]
     },