From 1ccba55dd881b1fa292974b2bef4419de4842c55 Mon Sep 17 00:00:00 2001 From: Gabi Davar Date: Tue, 28 Oct 2014 09:10:51 +1300 Subject: remote copy/paste from another project. --- NEWS | 8 ++++++++ setup.cfg | 5 ----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index d3f26ff..ed87c53 100644 --- a/NEWS +++ b/NEWS @@ -6,9 +6,17 @@ fixtures release notes NEXT ~~~~ +CHANGES +------- + +* Fix incorrect entry_point. (Gabi Davar) + 0.3.17 ~~~~~~ +CHANGES +------- + * FakeLogger now supports the ``datefmt`` parameter. (Sean Dague) diff --git a/setup.cfg b/setup.cfg index 2b17f9e..84091f1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,8 +20,3 @@ classifier = [files] packages = fixtures - -[entry_points] -console_scripts = - lmirror = l_mirror.main:main - -- cgit v1.2.1