This commit is contained in:
Safak Hazinedar
2025-12-07 17:49:18 +01:00
parent 3899ce16be
commit 038c606f27
2 changed files with 1 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ setup(
}, },
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [
'node_p1 = praktikum1.node_p1:main' 'p1 = praktikum1.p1:main'
], ],
}, },
) )