Add a basic testing framework using Vagrant.

This commit is contained in:
2013-11-06 23:24:36 +00:00
parent 49ccea5e77
commit 0d10a77ad2
7 changed files with 62 additions and 3 deletions

View File

@@ -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',