Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-2-capstone-design1
/
HCG_project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
GyuhoLee
2020-11-08 21:04:27 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ae99d65cfed80c4e8f07cc55696482e518afd2c1
ae99d65c
1 parent
3ee4628f
[Add] setup 파일 추가
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
3 deletions
src/.idea/workspace.xml
src/setup.py
src/.idea/workspace.xml
View file @
ae99d65
...
...
@@ -19,9 +19,7 @@
<select
/>
</component>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"b9decb0c-dc9e-4239-bdad-09ea8dd5179d"
name=
"Default Changelist"
comment=
""
>
<change
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterDir=
"false"
/>
</list>
<list
default=
"true"
id=
"b9decb0c-dc9e-4239-bdad-09ea8dd5179d"
name=
"Default Changelist"
comment=
""
/>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
<option
name=
"HIGHLIGHT_NON_ACTIVE_CHANGELIST"
value=
"false"
/>
...
...
src/setup.py
0 → 100644
View file @
ae99d65
from
setuptools
import
setup
,
find_packages
import
textrank
setup
(
name
=
textrank
.
__name__
,
version
=
textrank
.
__version__
,
url
=
'http://khuhub.khu.ac.kr/2020-2-capstone-design1/HCG_project.git/'
,
author
=
textrank
.
__author__
,
author_email
=
'2015104194@khu.ac.kr'
,
description
=
'YouTube captions summary based TextRank(Keyword and key-sentence extractor)'
,
packages
=
find_packages
(),
#long_description=open('README.md', encoding="utf-8").read(),
zip_safe
=
False
,
setup_requires
=
[]
)
\ No newline at end of file
Please
register
or
login
to post a comment