Skip to content

Commit

Permalink
Merge pull request #2 from tylern4/commandline
Browse files Browse the repository at this point in the history
Use sfapi_client
  • Loading branch information
tylern4 authored Aug 26, 2024
2 parents b50e97d + df295b6 commit 59dff8e
Show file tree
Hide file tree
Showing 13 changed files with 270 additions and 1,856 deletions.
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[project]
name = "SuperfacilityConnector"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = ["ruff>=0.6.1", "click>=8.1.7", "sfapi-client>=0.1.0"]

[project.scripts]
sfapi = "SuperfacilityConnector.sfapi:cli"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
184 changes: 0 additions & 184 deletions python/SuperfacilityAPI/README.md

This file was deleted.

Loading

0 comments on commit 59dff8e

Please sign in to comment.