Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
Fix setup.py bug
  • Loading branch information
NeonDaniel authored Aug 19, 2022
2 parents ee826bb + 971ba90 commit d0c71a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def find_resource_files():
package_data.append(
path.join(directory.replace(base_dir, "").lstrip('/'),
'*'))
print(package_data)
# print(package_data)
return package_data


Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

__version__ = "0.0.1"
__version__ = "0.0.2"

0 comments on commit d0c71a8

Please sign in to comment.