summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabi Davar <grizzly.nyo@gmail.com>2014-10-28 09:10:51 +1300
committerRobert Collins <robertc@robertcollins.net>2014-10-28 09:10:51 +1300
commit1ccba55dd881b1fa292974b2bef4419de4842c55 (patch)
tree619bcb073535300afb88ea2674e655e68cecc2d3
parentd35c2d3cf1628c5f76d1f53a34a9cff1218d4ff7 (diff)
downloadfixtures-1ccba55dd881b1fa292974b2bef4419de4842c55.tar.gz
remote copy/paste from another project.
-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
-