diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-21 12:04:32 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-03-21 18:09:51 -0700 |
commit | 61e32319fc9f0390818e518a4890766d1253a165 (patch) | |
tree | 37ed0919438dccf9cda642bbe9deb1942b506962 /setup.cfg | |
parent | 13cadb2a1f41a0f9f3e0be234d0cf7b24ec7602f (diff) |
Add a setup.cfg identifying this package as universal
Meaning that it's build is not system dependent. Which it's not, because it's pure python. Refs #275
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..5e409001 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[wheel] +universal = 1 |