Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
back-to committed Jun 26, 2021
1 parent 872c522 commit c021a05
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 114 deletions.
3 changes: 0 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
Expand Down
50 changes: 0 additions & 50 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ __pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
Expand All @@ -25,12 +22,6 @@ wheels/
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt
Expand All @@ -47,40 +38,12 @@ coverage.xml
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
Expand All @@ -90,19 +53,6 @@ ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/

.vscode/

*.m3u
Expand Down
22 changes: 0 additions & 22 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion AUTHORS

This file was deleted.

25 changes: 0 additions & 25 deletions LICENSE

This file was deleted.

2 changes: 0 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
include AUTHORS
include CHANGELOG.md
include README.md
include LICENSE*

recursive-include tests *py

Expand Down
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[metadata]
license_file = LICENSE

[flake8]
ignore =
# W503 - line break before binary operator
Expand Down
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ def find_version(*file_paths):
description='LiveProxy can redirect Livestreams to your favorite player on a lot of devices.',
long_description=long_description,
long_description_content_type='text/markdown',
license='BSD 2-Clause "Simplified" License',
url='https://github.com/back-to/liveproxy',
project_urls={
'Documentation': 'https://liveproxy.github.io/',
'Source': 'https://github.com/back-to/liveproxy/',
'Tracker': 'https://github.com/back-to/liveproxy/issues',
},
Expand All @@ -50,7 +48,6 @@ def find_version(*file_paths):
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: End Users/Desktop',
'License :: OSI Approved :: BSD License',
'Natural Language :: English',
'Operating System :: MacOS',
'Operating System :: Microsoft :: Windows',
Expand All @@ -62,9 +59,8 @@ def find_version(*file_paths):
'Programming Language :: Python :: 3.9',
'Programming Language :: Python',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Multimedia :: Sound/Audio',
'Topic :: Multimedia :: Video',
'Topic :: Utilities',
],
keywords='LiveProxy Streamlink Livecli Livestreamer IPTV TV Youtube-DL',
keywords='LiveProxy Streamlink Youtube-DL',
)
3 changes: 0 additions & 3 deletions tests/__init__.py

This file was deleted.

0 comments on commit c021a05

Please sign in to comment.