Moved files so only the app is packed
This commit is contained in:
parent
ac0121d96e
commit
773390b09f
@ -1,3 +1,4 @@
|
|||||||
|
exclude
|
||||||
include LICENSE
|
include LICENSE
|
||||||
include Readme.rst
|
include Readme.rst
|
||||||
include Pipfile
|
include Pipfile
|
7
setup.py → django_lostplaces/setup.py
Normal file → Executable file
7
setup.py → django_lostplaces/setup.py
Normal file → Executable file
@ -1,9 +1,9 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
with open('Readme.md') as f:
|
with open('../Readme.md') as f:
|
||||||
readme = f.read()
|
readme = f.read()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
@ -31,5 +31,6 @@ setup(
|
|||||||
'django-widget-tweaks',
|
'django-widget-tweaks',
|
||||||
'django-taggit'
|
'django-taggit'
|
||||||
],
|
],
|
||||||
include_package_data=True
|
include_package_data=True,
|
||||||
|
license='MIT'
|
||||||
)
|
)
|
Loading…
Reference in New Issue
Block a user