mirror of
https://github.com/nikdoof/mumblepy.git
synced 2025-12-18 12:19:25 +00:00
Add a basic testing framework using Vagrant.
This commit is contained in:
3
setup.py
3
setup.py
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
# coding=utf-8
|
||||
|
||||
from setuptools import setup, find_packages
|
||||
@@ -7,7 +8,7 @@ DESCRIPTION = 'Python Mumble for Humans™'
|
||||
with open('README.md') as f:
|
||||
LONG_DESCRIPTION = f.read()
|
||||
|
||||
VERSION = '0.1.0'
|
||||
from mumble import __version__ as VERSION
|
||||
|
||||
setup(
|
||||
name='mumble',
|
||||
|
||||
Reference in New Issue
Block a user