Compiled with licence
This commit is contained in:
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
@@ -7,6 +7,4 @@ License-Expression: MIT
|
||||
Requires-Python: >=3.13
|
||||
Description-Content-Type: text/markdown
|
||||
License-File: LICENSE.txt
|
||||
Requires-Dist: requests>2.26.0
|
||||
Requires-Dist: enum>=0.4.7
|
||||
Dynamic: license-file
|
||||
|
||||
@@ -8,10 +8,11 @@ pyproject.toml
|
||||
.idea/inspectionProfiles/profiles_settings.xml
|
||||
dist/mfl-0.0.0-py3-none-any.whl
|
||||
dist/mfl-0.0.0.tar.gz
|
||||
dist/mfl-0.0.1-py3-none-any.whl
|
||||
dist/mfl-0.0.1.tar.gz
|
||||
mfl.egg-info/PKG-INFO
|
||||
mfl.egg-info/SOURCES.txt
|
||||
mfl.egg-info/dependency_links.txt
|
||||
mfl.egg-info/requires.txt
|
||||
mfl.egg-info/top_level.txt
|
||||
motion_package/__init__.py
|
||||
motion_package/eAxisParameters.py
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
requests>2.26.0
|
||||
enum>=0.4.7
|
||||
@@ -0,0 +1,2 @@
|
||||
def main():
|
||||
print("package entry")
|
||||
+2
-4
@@ -13,7 +13,5 @@ readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
license = "MIT"
|
||||
license-files = ["LICEN[CS]E*"]
|
||||
dependencies = [
|
||||
"requests > 2.26.0",
|
||||
"enum >= 0.4.7",
|
||||
]
|
||||
dependencies = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user