Skip to content

Commit

Permalink
2.1 pypi release was broken
Browse files Browse the repository at this point in the history
  • Loading branch information
devoxin committed Mar 18, 2018
1 parent b5e3a9c commit 4a9c011
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lavalink/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__author__ = 'Luke & William'
__license__ = 'MIT'
__copyright__ = 'Copyright 2018 Luke & William'
__version__ = '2.1'
__version__ = '2.1.1'

from .AudioTrack import *
from .Client import *
Expand Down
10 changes: 2 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
from setuptools import setup


def get_requirements():
with open('requirements.txt') as f:
requirements = f.read().splitlines()
return requirements


setup(
name='lavalink',
packages=['lavalink'],
version='2.1',
version='2.1.1',
description='A lavalink interface built for discord.py',
author='Luke, William',
author_email='[email protected]',
url='https://github.com/Devoxin/Lavalink.py',
download_url='https://github.com/Devoxin/Lavalink.py/archive/2.1.tar.gz',
download_url='https://github.com/Devoxin/Lavalink.py/archive/2.1.1.tar.gz',
keywords=['lavalink'],
include_package_data=True,
install_requires=['websockets>=4.0.0', 'aiohttp']
Expand Down

0 comments on commit 4a9c011

Please sign in to comment.