mirror of
https://github.com/vale981/ablog
synced 2025-03-05 17:21:38 -05:00
Added package data files.
This commit is contained in:
parent
7060323d64
commit
59b3445d72
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -19,6 +19,7 @@ setup(
|
||||||
#long_description=long_description,
|
#long_description=long_description,
|
||||||
url='http://github.com/abakan/ablog',
|
url='http://github.com/abakan/ablog',
|
||||||
packages=['ablog'],
|
packages=['ablog'],
|
||||||
|
package_data={'ablog': ['ablog/templates/*.html']},
|
||||||
license='MIT License',
|
license='MIT License',
|
||||||
#keywords=('abstract syntax tree transformer, IPython magic'),
|
#keywords=('abstract syntax tree transformer, IPython magic'),
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|
Loading…
Add table
Reference in a new issue