Skip to content

Commit c021a05

Browse files
committed
cleanup
1 parent 872c522 commit c021a05

File tree

9 files changed

+1
-114
lines changed

9 files changed

+1
-114
lines changed

.editorconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# EditorConfig is awesome: http://EditorConfig.org
2-
3-
# top-most EditorConfig file
41
root = true
52

63
[*]

.gitignore

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ __pycache__/
33
*.py[cod]
44
*$py.class
55

6-
# C extensions
7-
*.so
8-
96
# Distribution / packaging
107
.Python
118
build/
@@ -25,12 +22,6 @@ wheels/
2522
*.egg
2623
MANIFEST
2724

28-
# PyInstaller
29-
# Usually these files are written by a python script from a template
30-
# before PyInstaller builds the exe, so as to inject date/other infos into it.
31-
*.manifest
32-
*.spec
33-
3425
# Installer logs
3526
pip-log.txt
3627
pip-delete-this-directory.txt
@@ -47,40 +38,12 @@ coverage.xml
4738
.hypothesis/
4839
.pytest_cache/
4940

50-
# Translations
51-
*.mo
52-
*.pot
53-
54-
# Django stuff:
55-
*.log
56-
local_settings.py
57-
db.sqlite3
58-
59-
# Flask stuff:
60-
instance/
61-
.webassets-cache
62-
63-
# Scrapy stuff:
64-
.scrapy
65-
6641
# Sphinx documentation
6742
docs/_build/
6843

69-
# PyBuilder
70-
target/
71-
72-
# Jupyter Notebook
73-
.ipynb_checkpoints
74-
7544
# pyenv
7645
.python-version
7746

78-
# celery beat schedule file
79-
celerybeat-schedule
80-
81-
# SageMath parsed files
82-
*.sage.py
83-
8447
# Environments
8548
.env
8649
.venv
@@ -90,19 +53,6 @@ ENV/
9053
env.bak/
9154
venv.bak/
9255

93-
# Spyder project settings
94-
.spyderproject
95-
.spyproject
96-
97-
# Rope project settings
98-
.ropeproject
99-
100-
# mkdocs documentation
101-
/site
102-
103-
# mypy
104-
.mypy_cache/
105-
10656
.vscode/
10757

10858
*.m3u

.travis.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

AUTHORS

Lines changed: 0 additions & 1 deletion
This file was deleted.

LICENSE

Lines changed: 0 additions & 25 deletions
This file was deleted.

MANIFEST.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
include AUTHORS
21
include CHANGELOG.md
32
include README.md
4-
include LICENSE*
53

64
recursive-include tests *py
75

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[metadata]
2-
license_file = LICENSE
3-
41
[flake8]
52
ignore =
63
# W503 - line break before binary operator

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,8 @@ def find_version(*file_paths):
3434
description='LiveProxy can redirect Livestreams to your favorite player on a lot of devices.',
3535
long_description=long_description,
3636
long_description_content_type='text/markdown',
37-
license='BSD 2-Clause "Simplified" License',
3837
url='https://github.com/back-to/liveproxy',
3938
project_urls={
40-
'Documentation': 'https://liveproxy.github.io/',
4139
'Source': 'https://github.com/back-to/liveproxy/',
4240
'Tracker': 'https://github.com/back-to/liveproxy/issues',
4341
},
@@ -50,7 +48,6 @@ def find_version(*file_paths):
5048
'Development Status :: 4 - Beta',
5149
'Environment :: Console',
5250
'Intended Audience :: End Users/Desktop',
53-
'License :: OSI Approved :: BSD License',
5451
'Natural Language :: English',
5552
'Operating System :: MacOS',
5653
'Operating System :: Microsoft :: Windows',
@@ -62,9 +59,8 @@ def find_version(*file_paths):
6259
'Programming Language :: Python :: 3.9',
6360
'Programming Language :: Python',
6461
'Topic :: Internet :: WWW/HTTP',
65-
'Topic :: Multimedia :: Sound/Audio',
6662
'Topic :: Multimedia :: Video',
6763
'Topic :: Utilities',
6864
],
69-
keywords='LiveProxy Streamlink Livecli Livestreamer IPTV TV Youtube-DL',
65+
keywords='LiveProxy Streamlink Youtube-DL',
7066
)

tests/__init__.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)