File: drop-alternative-binary-entrypoint

package info (click to toggle)
python-project-generator 0.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 900 kB
  • sloc: python: 4,198; makefile: 18; sh: 9
file content (15 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (2)
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: 2022-03-19
---
--- a/setup.cfg
+++ b/setup.cfg
@@ -39,7 +39,6 @@
 
 [options.entry_points]
 console_scripts =
-    project_generator = project_generator.__main__:main
     progen = project_generator.__main__:main
 
 [bdist_wheel]