new linking mybe?

This commit is contained in:
2025-09-29 15:58:43 +02:00
parent 9ad9b9ecca
commit c6096b4434
9 changed files with 26 additions and 3 deletions
+3
View File
@@ -1,4 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Black">
<option name="sdkName" value="Python 3.13" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.13" project-jdk-type="Python SDK" />
</project>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/motion_libs.iml" filepath="$PROJECT_DIR$/.idea/motion_libs.iml" />
</modules>
</component>
</project>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
+1
View File
@@ -33,6 +33,7 @@
"ModuleVcsDetector.initialDetectionPerformed": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager": "true",
"RunOnceActivity.git.unshallow": "true",
"git-widget-placeholder": "main",
"last_opened_file_path": "C:/Users/berti_r/Python_Projects/templates/motion_libs",
"nodejs_package_manager_path": "npm",
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: mfl
Version: 0.0.1
Version: 0.0.2
Summary: Wraper for pyads
Author-email: RomanBerti <roman.berti09@gmail.com>
License-Expression: MIT
+4 -1
View File
@@ -1,2 +1,5 @@
from motionFunctionsLib import plc
from motionFunctionsLib import E_MotionFunctions
def main():
print("package entry")
print("package entry")
+1 -1
View File
@@ -8,7 +8,7 @@ authors = [
{name = "RomanBerti ", email = "roman.berti09@gmail.com"}
]
description = "Wraper for pyads"
version = "0.0.1"
version = "0.0.2"
readme = "README.md"
requires-python = ">=3.13"
license = "MIT"