Skip to content

Commit

Permalink
version bump and setup naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Wall committed Jun 17, 2021
1 parent 6552aaa commit 6991e15
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
from distutils.core import setup
from millify import __version__, __author__

setup(
name='millify',
packages=['millify'],
version=__version__,
version="0.1.2+gwall1",
description='Convert long numbers into a human-readable format in Python',
author=__author__,
author="Alexander Zaitsev (azaitsev@gmail.com)",
author_email='azaitsev@gmail.com',
url='https://github.com/azaitsev/millify',
keywords=['numbers', 'decimals', 'formatting', 'human-readable', 'pretty'],
Expand Down

0 comments on commit 6991e15

Please sign in to comment.