Project

General

Profile

Download (173 Bytes) Statistics
| Branch: | Tag: | Revision:
4c6410dc dsorber
from setuptools import setup, find_packages

setup(
name = 'bmklib',
version = '0.1',
packages = find_packages(),
install_requires = ['dateutils>=0.6.6'],
)