Skip to content

Commit f42c98f

Browse files
committed
Remove entry points from wheel
Problem: The entry points in the wheel are no longer relevant. Solution: Remove entry points. Signed-off-by: Paul Hewlett <phewlett76@gmail.com>
1 parent 079928e commit f42c98f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

setup.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,4 @@
4646
},
4747
setup_requires=['setuptools-git-versioning'],
4848
python_requires='>=3.6',
49-
entry_points={
50-
'console_scripts': [
51-
'create_asset = archivist:entry.create_asset',
52-
'create_event = archivist:entry.create_event',
53-
],
54-
},
5549
)

0 commit comments

Comments
 (0)