We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Limiting pyparsing to versions below 2.0 makes setup.py work again on python 2.x, like this:
index 64d4bc3..1a98005 100644 @@ -16,7 +16,7 @@ setup( license = "GPL", packages = ["freshen", "freshen.test"], package_data = {'freshen': ['languages.yml']},
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Limiting pyparsing to versions below 2.0 makes setup.py work again on python 2.x, like this:
index 64d4bc3..1a98005 100644
@@ -16,7 +16,7 @@ setup(
license = "GPL",
packages = ["freshen", "freshen.test"],
package_data = {'freshen': ['languages.yml']},
entry_points = {
'nose.plugins.0.10': [
'freshen = freshen.noseplugin:FreshenNosePlugin',
The text was updated successfully, but these errors were encountered: