From 0843103eda5fb78dad341a7862b99f700791059c Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Tue, 5 May 2020 01:26:52 -0500 Subject: [PATCH] Updated project to be classified as python over c --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 252192a..4ab6df0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ -*.py linguist-detectable=false +*.py linguist-detectable=true *.json liguist-detectable=false -*.c linguist-detectable=true \ No newline at end of file +*.c linguist-detectable=false