Skip to content

Commit

Permalink
several small cleanups according to PR #317 comments
Browse files Browse the repository at this point in the history
  • Loading branch information
HLWeil committed Mar 7, 2024
1 parent 8becc67 commit 19d850e
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 516 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Currently we provide some documentation in form of markdown files in the `/docs`
- [.NET SDK](https://dotnet.microsoft.com/en-us/download)
- verify with `dotnet --version` (Tested with 7.0.306)
- [Python](https://www.python.org/downloads/)
- verify with `py --version` (Tested with 3.12.2)
- verify with `py --version` (Tested with 3.12.2, known to work only for >=3.11)

### Local Setup

Expand Down
3 changes: 2 additions & 1 deletion build/ProjectInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ let gitHome = $"https://github.com/{gitOwner}"

let projectRepo = $"https://github.com/{gitOwner}/{project}"

let netPkgDir = "dist/pkg"

let netPkgDir = "./dist/net"
let npmPkgDir = "./dist/js"
let pyPkgDir = "./dist/py"

Expand Down
238 changes: 0 additions & 238 deletions pytests/arc_table_tests.ipynb

This file was deleted.

Loading

0 comments on commit 19d850e

Please sign in to comment.