Skip to content

Commit 8af471f

Browse files
committed
make it pip installable
1 parent 2a0bd39 commit 8af471f

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ env/
2222

2323
# Flexo Setup Sensitive Files
2424
flexo-setup/docker-compose/env/*.env
25+
/build
26+
/src/sysmlv2_python_client.egg-info

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[project]
2+
name = "sysmlv2-python-client"
3+
version = "0.1.0"
4+
description = "Python client for SysML v2 services"
5+
authors = [{name = "Your Name", email = "you@example.com"}]
6+
dependencies = []
7+
8+
[build-system]
9+
requires = ["setuptools>=61.0"]
10+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)