Skip to content

Commit 7b80778

Browse files
Update setup.py: fix typo (#7)
* setup.py: fix typo Signed-off-by: Alex Ionescu <alexandru-gabriel.ionescu@mhp.com> * Update setup.py: fix typo --------- Signed-off-by: Alex Ionescu <alexandru-gabriel.ionescu@mhp.com> Co-authored-by: Konrad Weihmann <kweihmann@outlook.com>
1 parent 958a5af commit 7b80778

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
],
4040
entry_points={
4141
'console_scripts': [
42-
'pkginfo2 = pkginfo.2commandline:main',
42+
'pkginfo2 = pkginfo2.commandline:main',
4343
]
4444
},
4545
packages=['pkginfo2', 'pkginfo2.tests'],

0 commit comments

Comments
 (0)