2017-08-03 18:42:33 +03:00
|
|
|
#!/usr/bin/env python
|
|
|
|
|
|
|
|
from distutils.core import setup
|
|
|
|
|
|
|
|
setup(
|
|
|
|
name='taar_api',
|
2018-02-09 05:16:22 +03:00
|
|
|
version='0.2dev',
|
2017-08-03 18:42:33 +03:00
|
|
|
description='This is https://github.com/mozilla/taar_api',
|
|
|
|
author='Mozilla Foundation',
|
|
|
|
author_email='',
|
|
|
|
url='https://github.com/mozilla/taar_api'
|
|
|
|
)
|