mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Universal wheels!
This commit is contained in:
parent
3546c39178
commit
96383451a0
3 changed files with 4 additions and 1 deletions
|
|
@ -2,6 +2,7 @@ include AUTHORS
|
|||
include LICENSE
|
||||
include README.rst
|
||||
include testrunner.py
|
||||
include setup.cfg
|
||||
include tests/*.py
|
||||
include tests/assets/Lenna.png
|
||||
include tests/assets/lenna-*.jpg
|
||||
|
|
|
|||
2
setup.cfg
Normal file
2
setup.cfg
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[bdist_wheel]
|
||||
universal = 1
|
||||
2
setup.py
2
setup.py
|
|
@ -13,7 +13,7 @@ except ImportError:
|
|||
|
||||
|
||||
if 'publish' in sys.argv:
|
||||
os.system('python setup.py sdist upload')
|
||||
os.system('python setup.py sdist bdist_wheel upload')
|
||||
sys.exit()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue