Skip to content

Commit

Permalink
Merge branch 'release/v1.0.1' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Samy committed Oct 13, 2024
2 parents 69508eb + 675067b commit c69bfe4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist*
build*
updatefromgit.egg-info*
updatefromgit.egg-info*
setup.py
22 changes: 22 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "updatefromgit"
version = "1.0.1"
dependencies = ["msal", "azlog"]
requires-python = ">=3.6"
authors = [{ name = "Muhammad Samy", email = "[email protected]" }]
maintainers = [{ name = "Muhammad Samy", email = "[email protected]" }]
description = "Update Fabric Workspace From Git Repo using A user with Email And Password"
readme = "README.md"
keywords = ["python", "updatefromgit", "Microsoft Fabric"]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Operating System :: OS Independent",
]

[project.urls]
Repository = "https://github.com/muhssamy/updatefromgit"

0 comments on commit c69bfe4

Please sign in to comment.