Compiled with licence
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
@@ -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
|
||||
|
||||
@@ -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,6 +1,2 @@
|
||||
requests>2.26.0
|
||||
enum
|
||||
sys
|
||||
os
|
||||
datetime
|
||||
time
|
||||
enum>=0.4.7
|
||||
|
||||
+4
-6
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user