mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 09:36:49 +03:00
Clean up after publishing to PyPI
This commit is contained in:
parent
0198bce34f
commit
086115c7b8
4
setup.py
4
setup.py
|
@ -2,6 +2,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
import os
|
||||
import re
|
||||
import shutil
|
||||
import sys
|
||||
|
||||
from setuptools import setup
|
||||
|
@ -55,6 +56,9 @@ if sys.argv[-1] == 'publish':
|
|||
print("You probably want to also tag the version now:")
|
||||
print(" git tag -a %s -m 'version %s'" % (version, version))
|
||||
print(" git push --tags")
|
||||
shutil.rmtree('dist')
|
||||
shutil.rmtree('build')
|
||||
shutil.rmtree('djangorestframework.egg-info')
|
||||
sys.exit()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user