diff options
| author | George Hickman | 2013-11-15 15:49:53 +0000 | 
|---|---|---|
| committer | George Hickman | 2013-11-15 15:49:53 +0000 | 
| commit | 4807e00bffc0116630af42b86049f197f8d4fc99 (patch) | |
| tree | 3aa7c4a62b7fca33b37b55ee5703e97076907fe8 /setup.cfg | |
| parent | 128bda5712ef041514c5e2feadef0ad248f33f54 (diff) | |
| download | django-rest-framework-4807e00bffc0116630af42b86049f197f8d4fc99.tar.bz2 | |
Set up wheel distribution support
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 | 
