From e7feaa75777e57cd1f58ebf462f42719f1ce6a6e Mon Sep 17 00:00:00 2001 From: Nathan_SR <cquickcal@gmail.com> Date: Wed, 25 Apr 2018 17:14:00 +0530 Subject: [PATCH] On branch master modified: CHANGELOG.md modified: setup.py --- CHANGELOG.md | 7 +++++++ setup.py | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13571c5..9ce974f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. +2.2 (25-Apr-2018) + +Features: + + * Changes to setup.py file to use setuptools for the setup + + 2.1 (26-Dec-2017) Features: diff --git a/setup.py b/setup.py index 7f6b42f..257d844 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ -from distutils.core import setup +from setuptools import setup setup(name = "helpman", -version = "2.1", +version = "2.2", description = "quick & easy access to 4000+ manuals / guides / tutorials", author = "Nathan SR", author_email = "cquickcal@gmail.com", -- GitLab