diff --git a/LICENSE.txt b/LICENSE.txt index f8fc76d..f35b8fc 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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 diff --git a/dist/mfl-0.0.0-py3-none-any.whl b/dist/mfl-0.0.0-py3-none-any.whl index 9f8b1d5..248b7d1 100644 Binary files a/dist/mfl-0.0.0-py3-none-any.whl and b/dist/mfl-0.0.0-py3-none-any.whl differ diff --git a/dist/mfl-0.0.0.tar.gz b/dist/mfl-0.0.0.tar.gz index 5abe718..77d93b5 100644 Binary files a/dist/mfl-0.0.0.tar.gz and b/dist/mfl-0.0.0.tar.gz differ diff --git a/dist/mfl-0.0.1-py3-none-any.whl b/dist/mfl-0.0.1-py3-none-any.whl new file mode 100644 index 0000000..fa8ec02 Binary files /dev/null and b/dist/mfl-0.0.1-py3-none-any.whl differ diff --git a/dist/mfl-0.0.1.tar.gz b/dist/mfl-0.0.1.tar.gz new file mode 100644 index 0000000..a3f7fd4 Binary files /dev/null and b/dist/mfl-0.0.1.tar.gz differ diff --git a/mfl.egg-info/PKG-INFO b/mfl.egg-info/PKG-INFO index 065cea9..5b98c2c 100644 --- a/mfl.egg-info/PKG-INFO +++ b/mfl.egg-info/PKG-INFO @@ -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 +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 diff --git a/mfl.egg-info/SOURCES.txt b/mfl.egg-info/SOURCES.txt index 4764702..fa8673d 100644 --- a/mfl.egg-info/SOURCES.txt +++ b/mfl.egg-info/SOURCES.txt @@ -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 diff --git a/mfl.egg-info/requires.txt b/mfl.egg-info/requires.txt index 7f2c1b3..1ebb174 100644 --- a/mfl.egg-info/requires.txt +++ b/mfl.egg-info/requires.txt @@ -1,6 +1,2 @@ requests>2.26.0 -enum -sys -os -datetime -time +enum>=0.4.7 diff --git a/pyproject.toml b/pyproject.toml index 566914d..dd5fba6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]