Skip to content

Commit

Permalink
formatting error in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
calebweinreb committed Feb 1, 2024
1 parent 9e270e7 commit 609e0d8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ classifiers =
[options]
packages = find:
include_package_data = True

[options.package_data]
snub.gui = icons/*
* = *.md

python_requires = >=3.8
install_requires =
PyQt5
Expand Down Expand Up @@ -45,6 +40,9 @@ install_requires =
pandas
dandi

[options.package_data]
snub.gui = icons/*
* = *.md

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit 609e0d8

Please sign in to comment.