Skip to content

Commit 3e132b4

Browse files
committed
setup.py : add package_data
1 parent 15db67d commit 3e132b4

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

csv_to_dot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
#
1515
# You should have received a copy of the GNU General Public License
1616
# along with this program. If not, see <https://www.gnu.org/licenses/>.
17-
__version__ = '0.0.0';
17+
__version__ = '0.0.1';

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
'csv_to_dot.resources',
4040
'entry_points_csv_to_dot'
4141
],
42+
package_data = {
43+
'': [
44+
'*.j2'
45+
]
46+
},
4247
install_requires = [
4348
'Jinja2'
4449
],

0 commit comments

Comments
 (0)