Files
tableprint/metadata.py
Niru Maheswaranathan 2ef7ba6b49 🐛fix in setup.py
2017-05-25 11:55:02 -07:00

15 lines
340 B
Python

# Version info
__name__ = 'tableprint'
__version__ = '0.6.5'
__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'