Files
tableprint/tableprint/metadata.py
Niru Maheswaranathan ca0ce86a3c bumping version
2017-05-25 15:30:22 -07:00

16 lines
341 B
Python

# -*- coding: utf-8 -*-
# Version info
__version__ = '0.7.0'
__license__ = 'MIT'
# Project description(s)
__description__ = 'Pretty console printing of tabular data'
# The project's main homepage.
__url__ = 'https://github.com/nirum/tableprint'
# Author details
__author__ = 'Niru Maheswaranathan'
__author_email__ = 'niru@fastmail.com'