mirror of
https://github.com/django/django.git
synced 2025-09-27 12:39:17 +00:00
Stole the Makefile for building packages from master.
This commit is contained in:
parent
e61e20e497
commit
506913cdd8
1 changed files with 9 additions and 0 deletions
9
extras/Makefile
Normal file
9
extras/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
all: sdist bdist_wheel
|
||||
|
||||
sdist:
|
||||
python setup.py sdist
|
||||
|
||||
bdist_wheel:
|
||||
python -c "import setuptools;__file__='setup.py';exec(compile(open(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))" bdist_wheel
|
||||
|
||||
.PHONY : sdist bdist_wheel
|
Loading…
Add table
Add a link
Reference in a new issue