Skip to content

Commit f620729

Browse files
Merge pull request #4781 from codewithfourtix/fix-duplicate-manifest-key
Remove duplicate '/project.clj' key in _MANIFEST_ENDS dict
2 parents 2693fc4 + c540273 commit f620729

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/summarycode/classify.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def get_relative_path(root_path, path):
4545
_MANIFEST_ENDS = {
4646
'.about': 'ABOUT file',
4747
'/bower.json': 'bower',
48-
'/project.clj': 'clojure',
4948
'.podspec': 'cocoapod',
5049
'/composer.json': 'composer',
5150
'/description': 'cran',

0 commit comments

Comments
 (0)