summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2015-08-27 20:16:06 +0200
committerAnthon van der Neut <anthon@mnt.org>2015-08-27 20:16:06 +0200
commit17d25b0424aaac011ef4bb5fd343bd71419e3d12 (patch)
tree7fa1b36d4dc10f4635cf48e31244ad6c8579e7e3
parentf99cf984a04e3765d2bac4cd51620d0f87181a92 (diff)
downloadruamel.std.argparse-17d25b0424aaac011ef4bb5fd343bd71419e3d12.tar.gz
- new setup
- wheel
-rw-r--r--__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/__init__.py b/__init__.py
index 76928cd..9479b85 100644
--- a/__init__.py
+++ b/__init__.py
@@ -13,6 +13,7 @@ _package_data = dict(
description="Enhancements to argparse: extra actions, subparser aliases, smart formatter, a decorator based wrapper", # NOQA
entry_points=None,
install_requires=['ruamel.base>=1.0.0'],
+ universal=True,
)