Skip to content

Commit

Permalink
modified ignores to be more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
dexterous committed Sep 21, 2011
1 parent 74da24e commit 3f6c0cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
*.pyc
Freshen_plugin.egg-info
freshen.egg-info
dist
build
/freshen.egg-info
/dist
/build
.eprj

*.pyc
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 3f6c0cf

Please sign in to comment.