We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44bb1a9 commit 9cb9beaCopy full SHA for 9cb9bea
pyproject.toml
@@ -1,5 +1,6 @@
1
[project]
2
name = "simpleeval"
3
+version = "1.0.1"
4
requires-python = ">=3.9"
5
readme = "README.rst"
6
description = "A simple, safe single expression evaluator library."
@@ -21,7 +22,6 @@ classifiers = [
21
22
"Topic :: Software Development :: Libraries :: Python Modules",
23
"Programming Language :: Python",
24
]
-dynamic = ["version"]
25
dependencies = [
26
"pip>=24.2",
27
simpleeval.py
@@ -102,8 +102,6 @@
102
103
"""
104
105
-__version__ = "1.0.1"
106
-
107
import ast
108
import operator as op
109
import sys
0 commit comments