Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #309 to pass make check #340

Merged
merged 3 commits into from
Oct 3, 2021
Merged

Conversation

kwonmha
Copy link
Contributor

@kwonmha kwonmha commented Dec 15, 2020

저도 #309 와 같은 이슈가 생겨서 수정 사항을 제안해봅니다.

  1. requirements2.txt를 MANIFEST.in에 추가
    파이썬2로 konlpy를 설치하려면 requirements2.txt가 패키지에 포함되어야 할 거 같습니다.

  2. check-manifest --ignore 옵션 추가
    check-manifest가 git의 파일들과 소스 distribution 파일들의 같은지 비교하는 것 같습니다.
    소스 distribution에 없어도 되는 git의 파일들을 무시하도록 지정했습니다.

  3. pep8 스타일 가이드대로 수정
    사소한 것들은 수정했고,
    몇 가지는 코드를 놔둔 채 가이드를 무시하도록 룰을 추가했습니다.

Requirements2.txt should be included in source distribution.
It allows setup.py to read the file on python2.
Make check-manifest ignore those files or it fails.
Check-manifest checks if all git-tracking files excluding files to be ignored are same as files in source distribution.
Removed redundant spaces and a comma.
Added guides to be ignored on checking pep8.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 57.534% when pulling 566c08c on kwonmha:pass-check-manifest into 5f7c93f on konlpy:master.

@minhoryang
Copy link
Member

LGTM

@minhoryang minhoryang merged commit 6946f18 into konlpy:master Oct 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants