File: drop-alternative-binary-entrypoint

package info (click to toggle)
python-project-generator 0.9.13-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 676 kB
  • sloc: python: 3,817; makefile: 15; sh: 6
file content (15 lines) | stat: -rw-r--r-- 412 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 <knowledgejunkie@gmail.com>
Forwarded: not-needed
Last-Update: 2018-12-18
---
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,6 @@
     packages=find_packages(),
     entry_points={
         'console_scripts': [
-            "project_generator=project_generator.main:main",
             "progen=project_generator.main:main",
         ]
     },