diff options
| author | Tom Christie | 2013-11-17 10:30:50 -0800 |
|---|---|---|
| committer | Tom Christie | 2013-11-17 10:30:50 -0800 |
| commit | fb3fcf0710ccad995a6d88383df5f108c65fa3d5 (patch) | |
| tree | 3aa7c4a62b7fca33b37b55ee5703e97076907fe8 /setup.py | |
| parent | 128bda5712ef041514c5e2feadef0ad248f33f54 (diff) | |
| parent | 4807e00bffc0116630af42b86049f197f8d4fc99 (diff) | |
| download | django-rest-framework-fb3fcf0710ccad995a6d88383df5f108c65fa3d5.tar.bz2 | |
Merge pull request #1233 from ghickman/wheel
Set up wheel distribution support
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ version = get_version('rest_framework') if sys.argv[-1] == 'publish': os.system("python setup.py sdist upload") + os.system("python setup.py bdist_wheel upload") print("You probably want to also tag the version now:") print(" git tag -a %s -m 'version %s'" % (version, version)) print(" git push --tags") |
