mirror of
https://github.com/vale981/ablog
synced 2025-03-04 16:51:39 -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,
|
||||
url='http://github.com/abakan/ablog',
|
||||
packages=['ablog'],
|
||||
package_data={'ablog': ['ablog/templates/*.html']},
|
||||
license='MIT License',
|
||||
#keywords=('abstract syntax tree transformer, IPython magic'),
|
||||
classifiers=[
|
||||
|
|
Loading…
Add table
Reference in a new issue