From 3f6c0cff2a88faaaee31d6145a8d02aa2cb37f57 Mon Sep 17 00:00:00 2001 From: Saager Mhatre Date: Tue, 13 Sep 2011 14:12:39 +0530 Subject: [PATCH] modified ignores to be more specific --- .gitignore | 10 ++++------ setup.py | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 0067041..0907a13 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,5 @@ -*.pyc -Freshen_plugin.egg-info -freshen.egg-info -dist -build +/freshen.egg-info +/dist +/build .eprj - +*.pyc diff --git a/setup.py b/setup.py index c1a5c06..7fe7929 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ license = "GPL", packages = ["freshen"], package_data = {'freshen': ['languages.yml']}, - install_requires=['pyparsing>=1.5.0', 'PyYAML', 'nose>=0.11.1'], + install_requires = ['pyparsing>=1.5.0', 'PyYAML', 'nose>=0.11.1'], entry_points = { 'nose.plugins.0.10': [ 'freshen = freshen.noseplugin:FreshenNosePlugin',