|
@@ -1,6 +1,6 @@
|
|
|
Metadata-Version: 2.1
|
|
|
Name: executing
|
|
|
-Version: 2.0.0
|
|
|
+Version: 2.0.1
|
|
|
Summary: Get the currently executing AST node of a frame, and other information
|
|
|
Home-page: https://github.com/alexmojaki/executing
|
|
|
Author: Alex Hall
|
|
@@ -17,6 +17,7 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
Classifier: Programming Language :: Python :: 3.10
|
|
|
Classifier: Programming Language :: Python :: 3.11
|
|
|
Classifier: Programming Language :: Python :: 3.12
|
|
|
+Requires-Python: >=3.5
|
|
|
Description-Content-Type: text/markdown
|
|
|
License-File: LICENSE.txt
|
|
|
Provides-Extra: tests
|