version and setup fix

This commit is contained in:
Serghei Mihai 2014-04-28 17:52:43 +02:00
parent 82c3b0dbeb
commit 8b73065d1c
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
__version__ = "0.1"

View File

@ -1,6 +1,9 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
import os
import glob
import re
from distutils.command.sdist import sdist
from setuptools import setup, find_packages