diff options
author | Yoshiki Shibukawa <shibukawa.yoshiki@dena.jp> | 2015-12-25 12:40:38 +0900 |
---|---|---|
committer | Yoshiki Shibukawa <shibukawa.yoshiki@dena.jp> | 2015-12-25 12:40:38 +0900 |
commit | f7fb6afc03ee6069b79a3eed861019e12d168596 (patch) | |
tree | 1dc675bf0200afc3f5c3ea6b8c1aa3d4fc61b75f | |
parent | d25c6022708f117c1bd646d5d620cda5c1eadad9 (diff) | |
download | snowballstemmer-master.tar.gz |
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..0ccba97 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,4 @@ + +[wheel] +universal = 1 + |