forked from github.com/blag
try package_data instead
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
include blag/templates/*
|
|
||||||
3
setup.py
3
setup.py
@@ -18,6 +18,9 @@ setup(
|
|||||||
author_email='mail@venthur.de',
|
author_email='mail@venthur.de',
|
||||||
url='https://github.com/venthur/blag',
|
url='https://github.com/venthur/blag',
|
||||||
python_requires='>=3',
|
python_requires='>=3',
|
||||||
|
package_data={
|
||||||
|
'blag': ['templates/*'],
|
||||||
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'markdown',
|
'markdown',
|
||||||
'feedgenerator',
|
'feedgenerator',
|
||||||
|
|||||||
Reference in New Issue
Block a user