blob: 4ab3427d4e2f6c43e38a60a4a59382f983280cf8 [file] [log] [blame]
#!/usr/bin/env python
# coding: utf-8
from setuptools import setup
setup(
name='pytoml',
version='0.1.4',
description='A parser for TOML-0.4.0',
author='Martin Vejnár',
author_email='avakar@ratatanek.cz',
url='https://github.com/avakar/pytoml',
license='MIT',
packages=['pytoml'],
)