Skip to content

Commit

Permalink
RCB-596: Add sonar ignore and add some more Python version support.
Browse files Browse the repository at this point in the history
  • Loading branch information
seth-mg committed Jan 12, 2022
1 parent 6a0d471 commit 7f8e227
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ htmlcov/
nosetests.xml
coverage.xml
*,cover
.scannerwork/

# Translations
*.mo
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ def read(*filenames, **kwargs):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Software Development :: Libraries :: Python Modules'
]
)

0 comments on commit 7f8e227

Please sign in to comment.