File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11include LICENSE
2+ include MANIFEST.in
23include README.rst
3- recursive-include cv/static *
4- recursive-include cv/templates *
5- recursive-include docs *
4+ graft docs
5+ graft cv/static *
6+ graft cv/templates *
7+ global-exclude __pycache__
8+ global-exclude *.py[co]
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = 'django-vitae' ,
8- version = '0.0.1 ' ,
8+ version = '0.0.2 ' ,
99 author = 'Michael Bader' ,
1010 author_email = 'michaeldmbader@gmail.com' ,
1111 description = 'A CV generator built for the Django web framework.' ,
1212 long_description = long_description ,
1313 long_description_content_type = 'text/markdown' ,
1414 url = 'https://github.com/mikebader/django-vitae' ,
1515 packages = setuptools .find_packages (),
16+ include_package_data = True ,
1617 install_requires = [
1718 'django>=1.11' ,
1819 'markdown>=2.6.11' ,
You can’t perform that action at this time.
0 commit comments