Skip to content

Commit

Permalink
Merge pull request #6 from amoghmadan/development
Browse files Browse the repository at this point in the history
Package include all files, exclude all tests
  • Loading branch information
amoghmadan committed Jan 5, 2022
2 parents 7cf54da + 1525868 commit ffddc51
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ project_urls =

[options]
python_requires = >=3.7, <3.11
packages = table2json
packages = find:
include_package_data = true
zip_safe = false
install_requires =
Expand All @@ -40,6 +40,11 @@ install_requires =
pytz==2021.3
six==1.16.0

[options.packages.find]
exclude =
tests
tests.*

[options.entry_points]
console_scripts =
Table2JSON = table2json.bin:execute_from_command_line
Expand Down

0 comments on commit ffddc51

Please sign in to comment.