added more metadata to support PyPI

This commit is contained in:
Victor Ng 2018-02-01 21:14:13 -05:00
Родитель 82215f1b64
Коммит 477846f9c9
2 изменённых файлов: 3 добавлений и 0 удалений

2
setup.cfg Normal file
Просмотреть файл

@ -0,0 +1,2 @@
[metadata]
description-file = README.md

Просмотреть файл

@ -7,5 +7,6 @@ setup(name='taar_loader',
description='Migration tool to move data from Telemetry S3 buckets over to DynamoDB',
author='Victor Ng',
author_email='vng@mozilla.com',
url='https://github.com/crankycoder/taar_loader',
license='MPL 2.0',
packages=['taar_loader'])