Compiled with licence

This commit is contained in:
2025-09-09 11:21:33 +02:00
parent 96c0b9db01
commit 431eb69878
9 changed files with 16 additions and 18 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
MIT License
Copyright (c) 2025, Roman Silvano Berti
Copyright (c) 2025, Paul Scherrer Institut PSI
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+5 -6
View File
@@ -1,13 +1,12 @@
Metadata-Version: 2.4
Name: mfl
Version: 0.0.0
Version: 0.0.1
Summary: Wraper for pyads
Author-email: RomanBerti <roman.berti09@gmail.com>
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
Requires-Dist: sys
Requires-Dist: os
Requires-Dist: datetime
Requires-Dist: time
Requires-Dist: enum>=0.4.7
Dynamic: license-file
+5
View File
@@ -1,8 +1,13 @@
LICENSE.txt
README.md
pyproject.toml
.idea/.gitignore
.idea/misc.xml
.idea/vcs.xml
.idea/workspace.xml
.idea/inspectionProfiles/profiles_settings.xml
dist/mfl-0.0.0-py3-none-any.whl
dist/mfl-0.0.0.tar.gz
mfl.egg-info/PKG-INFO
mfl.egg-info/SOURCES.txt
mfl.egg-info/dependency_links.txt
+1 -5
View File
@@ -1,6 +1,2 @@
requests>2.26.0
enum
sys
os
datetime
time
enum>=0.4.7
+4 -6
View File
@@ -8,14 +8,12 @@ authors = [
{name = "RomanBerti ", email = "roman.berti09@gmail.com"}
]
description = "Wraper for pyads"
version = "0.0.0"
version = "0.0.1"
readme = "README.md"
requires-python = ">=3.13"
license = "MIT"
license-files = ["LICEN[CS]E*"]
dependencies = [
"requests > 2.26.0",
"enum",
"sys",
"os",
"datetime",
"time"
"enum >= 0.4.7",
]