summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--setup.cfg5
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
-