diff --git a/python/pyproject.toml b/python/pyproject.toml index a99cca4..068c8b4 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -7,6 +7,7 @@ name = "hdfs-native" description = "Python bindings for hdfs-native Rust library" readme = "README.md" requires-python = ">=3.9" +dynamic = ["version"] classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython",