Skip to content

Commit

Permalink
add toml as an install dependency to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgehret authored Sep 3, 2024
1 parent e0a79a4 commit dbcc1df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
[console_scripts]
q2lint=q2lint._main:main
''',
install_requires=['toml'],
zip_safe=False,
package_data={'q2lint': ['REF_LICENSE']},
)

0 comments on commit dbcc1df

Please sign in to comment.