Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Teake Nutma committed Feb 24, 2022
1 parent 5794904 commit 13d4ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/omegacen/pylint-sonarjson",
packages=setuptools.find_packages(),
packages=setuptools.find_packages(where='src'),
package_dir={'': 'src'},
license_file='LICENSE',
classifiers=[
"Programming Language :: Python :: 3",
Expand All @@ -23,5 +24,4 @@
"pylint-plugin-utils>=0.7",
"pylint>=2.0"
],
package_dir={'': 'src'}
)

0 comments on commit 13d4ec9

Please sign in to comment.