Skip to content

Commit 9447c46

Browse files
committed
PyPI release was broken... bump to 0.5.1
1 parent cd7e293 commit 9447c46

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
include README.md
22
include LICENSE
3+
include requirements.txt
34
include setup.cfg
45
include setup.py
56
recursive-include obswebsocket *.py

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from distutils.core import setup
66
from setuptools.command.sdist import sdist
77

8-
version = "0.5"
8+
version = "0.5.1"
99

1010
# Convert README from Markdown to reStructuredText
1111
description = "Please take a look at README.md"
@@ -43,8 +43,6 @@ def run(self):
4343
author='Guillaume "Elektordi" Genty',
4444
author_email='elektordi@elektordi.net',
4545
url='https://github.com/Elektordi/obs-websocket-py',
46-
download_url='https://github.com/Elektordi/obs-websocket-py/archive/{}.tar'
47-
'.gz'.format(version),
4846
keywords=['obs', 'obs-studio', 'websocket'],
4947
classifiers=[
5048
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)