From 705bfe0bed70bc3881bf1987307e6d4f67b7511a Mon Sep 17 00:00:00 2001 From: taizan-hokuto <55448286+taizan-hokuto@users.noreply.github.com> Date: Wed, 8 Jan 2020 01:23:19 +0900 Subject: [PATCH] Modify MANIFEST.in --- MANIFEST.in | 6 +++++- pytchat/__init__.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index da4d961..0125d4d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,7 @@ include requirements.txt include requirements_test.txt - +prune testrun*.py +prune log.txt +prune quote.txt +prune .gitignore +prun tests diff --git a/pytchat/__init__.py b/pytchat/__init__.py index c9d3131..0b571f5 100644 --- a/pytchat/__init__.py +++ b/pytchat/__init__.py @@ -2,7 +2,7 @@ pytchat is a python library for fetching youtube live chat without using yt api, Selenium, or BeautifulSoup. """ __copyright__ = 'Copyright (C) 2019 taizan-hokuto' -__version__ = '0.0.4.2' +__version__ = '0.0.4.3' __license__ = 'MIT' __author__ = 'taizan-hokuto' __author_email__ = '55448286+taizan-hokuto@users.noreply.github.com'