Skip to content

Commit

Permalink
te
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlab committed Oct 14, 2023
1 parent a2cb971 commit f458bff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[build-system]
requires = ["setuptools>=42.0.0", "wheel", "setuptools_scm"]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"


2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = caped-ai-tabulour
version = attr: caped-ai-tabulour._version.__version__
version = attr: caped_ai_tabulour._version.__version__
description = A base table widget for KapoorLabs Napari plugins
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit f458bff

Please sign in to comment.