Skip to content

Commit

Permalink
Address PR comments: Update pyproject.toml and CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hadijannat committed Aug 30, 2024
1 parent 9acdd98 commit f1174f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 52 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .[dev]
pip install coverage
pip install -r requirements.txt
- name: Setup test config and CouchDB database server
run: |
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "basyx-python-sdk"
version = "0.1.0"
version = "1.0.0"
description = "The Eclipse BaSyx Python SDK, an implementation of the Asset Administration Shell for Industry 4.0 systems"
authors = [
{ name = "The Eclipse BaSyx Authors", email = "admins@iat.rwth-aachen.de" }
Expand All @@ -27,10 +27,11 @@ dependencies = [

[project.optional-dependencies]
dev = [
"pytest>=6.0",
"flake8>=3.8",
"mypy",
"pycodestyle",
"codeblocks",
"coverage",
# Add any other development dependencies here
# You may want to keep other necessary development dependencies here
]

[project.urls]
Expand All @@ -46,4 +47,3 @@ basyx = ["py.typed"]
[tool.setuptools.exclude-package-data]
"*" = ["test", "test.*"]

[tool.setuptools_scm]
46 changes: 0 additions & 46 deletions setup.py

This file was deleted.

0 comments on commit f1174f0

Please sign in to comment.