Skip to content

Commit

Permalink
fix(setup.py): fixed build classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
broomva committed Jun 27, 2023
1 parent 0ac7c14 commit ce281f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def prepare_data_files(directory, extensions):
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Software Development :: Libraries :: Python Modules :: Databricks",
"Topic :: Software Development :: Libraries :: Python Modules",
],
packages=find_packages(),
install_requires=required,
Expand Down

0 comments on commit ce281f7

Please sign in to comment.