Skip to content

Commit

Permalink
attempted fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dionis Wang committed Feb 27, 2024
1 parent 87937e9 commit dcd0dca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[build-system]
requires = ["setuptools>=61.0", "setuptools-scm>=8.0"]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "cit-pydata"
dynamic = ["version"]
version = "0.0.1"
authors = [
{ name="Dionis Wang", email="dwang@eab.com" },
]
Expand All @@ -16,7 +16,6 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: POSIX :: Linux",
]
[tool.setuptools_scm]
[project.urls]
Homepage = "https://github.com/EAB-IT-DEV/cit-pydata"
Issues = "https://github.com/EAB-IT-DEV/cit-pydata/issues"
Expand Down

0 comments on commit dcd0dca

Please sign in to comment.