File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
5
5
6
6
setup (
7
- name = "treescriptify-this " ,
7
+ name = "treescriptify" ,
8
8
version = "0.1" ,
9
9
description = "Create TreeScript from an existing filesystem tree." ,
10
10
long_description = open ('README.md' ).read (),
11
11
long_description_content_type = 'text/markdown' ,
12
12
author = "DK96-OS" ,
13
- url = "https://github.com/DK96-OS/treescriptify-this " ,
13
+ url = "https://github.com/DK96-OS/treescriptify" ,
14
14
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"
17
17
},
18
18
license = "GPLv2" ,
19
19
packages = find_packages (exclude = ['test' ]),
20
20
entry_points = {
21
21
'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' ,
25
25
],
26
26
},
27
27
classifiers = [
You can’t perform that action at this time.
0 commit comments