-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test-pyproject-toml #47
Changes from 1 commit
72d9ff9
6b873bb
d742cb8
dc52ce5
8afa71d
94cc4d4
0ad20d3
d9f418d
e4ffa56
44e323f
1afd67a
b61e183
50dfbce
5c4f852
06a8b8e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "basyx-python-sdk" | ||
version = "0.1.0" # Replace with your actual version | ||
version = "1.0.0" # actual version | ||
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 = "[email protected]"} # Replace with a real email | ||
{name = "The Eclipse BaSyx Authors", email = "[email protected]"} # actual authors | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If you cannot leave out the E-Mail field, I'd use |
||
] | ||
readme = "README.md" | ||
license = {file = "LICENSE"} | ||
|
@@ -17,23 +17,22 @@ classifiers = [ | |
"Operating System :: OS Independent", | ||
"Development Status :: 5 - Production/Stable", | ||
] | ||
requires-python = ">=3.6" | ||
requires-python = ">=3.8" | ||
dependencies = [ | ||
"python-dateutil>=2.8,<3", | ||
"jsonschema~=4.7", | ||
"lxml>=4.2,<5", | ||
"urllib3>=1.26,<2.0", | ||
"python-dateutil>=2.8,<3.0", | ||
"pyecma376-2>=0.2.4", | ||
"urllib3>=1.26,<2.0", | ||
"lxml-stubs~=0.5.1", | ||
] | ||
|
||
[project.urls] | ||
Homepage = "https://github.com/eclipse-basyx/basyx-python-sdk" | ||
|
||
[project.scripts] | ||
aas-compliance-check = "basyx.aas.compliance_tool.cli:main" | ||
|
||
[tool.setuptools.packages.find] | ||
exclude = ["test", "test.*"] | ||
|
||
[tool.setuptools.package-data] | ||
"basyx" = ["py.typed"] | ||
"basyx.aas.examples.data" = ["TestFile.pdf"] | ||
"basyx.aas.examples.data" = ["TestFile.pdf"] |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,3 @@ pyecma376-2>=0.2.4 | |
urllib3>=1.26,<2.0 | ||
lxml-stubs~=0.5.1 | ||
|
||
jsonschema~=4.7 | ||
types-python-dateutil | ||
lxml-stubs~=0.5.1 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm still not sure about the dependencies, but ignore, if you're not done with them. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,5 @@ | |
"basyx": ["py.typed"], | ||
"basyx.aas.examples.data": ["TestFile.pdf"], | ||
}, | ||
entry_points={ | ||
'console_scripts': [ | ||
"aas-compliance-check=basyx.aas.compliance_tool.cli:main" | ||
] | ||
}, | ||
|
||
) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No new line at the end of the file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comment is not a particularly good one, as it is obvious that
version
equals the version