From fed333ec7849bc1619fc10d7fd9384aabb0e39a1 Mon Sep 17 00:00:00 2001 From: David Trowbridge Date: Mon, 14 Dec 2015 15:10:47 -0800 Subject: [PATCH] Fix rbcommenttype packaging. This fixes things up to use the right path, and bumps the version to 1.0.1. --- rbcommenttype/rbcommenttype/__init__.py | 2 +- rbcommenttype/setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rbcommenttype/rbcommenttype/__init__.py b/rbcommenttype/rbcommenttype/__init__.py index e07dfec..f08d0f6 100644 --- a/rbcommenttype/rbcommenttype/__init__.py +++ b/rbcommenttype/rbcommenttype/__init__.py @@ -7,7 +7,7 @@ # # (Major, Minor, Micro, Patch, alpha/beta/rc/final, Release Number, Released) # -VERSION = (1, 0, 0, 0, 'final', 0, True) +VERSION = (1, 0, 1, 0, 'final', 0, True) def get_version_string(): diff --git a/rbcommenttype/setup.py b/rbcommenttype/setup.py index 3d605cb..eb1b6a6 100644 --- a/rbcommenttype/setup.py +++ b/rbcommenttype/setup.py @@ -22,8 +22,8 @@ }, package_data={ b'rbcommenttype': [ - 'templates/rbcommenttype/*.html', - 'templates/rbcommenttype/*.txt', + 'templates/*.html', + 'templates/*.txt', ], }, classifiers=[