summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2015-08-17 21:58:59 +0000
committerelie <elie>2015-08-17 21:58:59 +0000
commit3493071f885fac10a7ac43308e26bcf6be81ccd7 (patch)
treea668a003030f967696cfb01cf6a6e333c0f88a90
parent55952a20fe7fce5e8b82e031fc1762e2e7845a3c (diff)
downloadpyasn1-3493071f885fac10a7ac43308e26bcf6be81ccd7.tar.gz
wheel distribution format now supported
-rw-r--r--CHANGES.txt1
-rw-r--r--setup.cfg2
2 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 597efdb..7a8e0a0 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,7 @@
Revision 0.1.9
--------------
+- Wheel distribution format now supported.
- Extensions added to text files, CVS attic flushed.
- Fix to make uninitilaized pyasn1 objects failing properly on hash().
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..2a9acf1
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,2 @@
+[bdist_wheel]
+universal = 1