mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Stole the Makefile for building packages from master.
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user