Skip to content

Commit 3a2201d

Browse files
authored
Debug Publishing (#10)
Publishing: * Update setup.py - fix name
1 parent 2c99042 commit 3a2201d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

setup.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44

55

66
setup(
7-
name="treescriptify-this",
7+
name="treescriptify",
88
version="0.1",
99
description="Create TreeScript from an existing filesystem tree.",
1010
long_description=open('README.md').read(),
1111
long_description_content_type='text/markdown',
1212
author="DK96-OS",
13-
url="https://github.com/DK96-OS/treescriptify-this",
13+
url="https://github.com/DK96-OS/treescriptify",
1414
project_urls={
15-
"Issues": "https://github.com/DK96-OS/treescriptify-this/issues",
16-
"Source Code": "https://github.com/DK96-OS/treescriptify-this"
15+
"Issues": "https://github.com/DK96-OS/treescriptify/issues",
16+
"Source Code": "https://github.com/DK96-OS/treescriptify"
1717
},
1818
license="GPLv2",
1919
packages=find_packages(exclude=['test']),
2020
entry_points={
2121
'console_scripts': [
22-
'treescriptify=treescriptify_this.__main__:main',
23-
'treescriptify_this=treescriptify_this.__main__:main',
24-
'treescriptify-this=treescriptify_this.__main__:main',
22+
'treescriptify=treescriptify.__main__:main',
23+
'treescriptify_this=treescriptify.__main__:main',
24+
'treescriptify-this=treescriptify.__main__:main',
2525
],
2626
},
2727
classifiers=[

0 commit comments

Comments
 (0)