File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ Changelog = "https://github.com/apache/libcloud/blob/trunk/CHANGES.rst"
7474
7575[project .optional-dependencies ]
7676build = [
77- " build==1.2.1 "
77+ " build==1.2.2 "
7878]
7979publish = [
8080 " twine==5.1.1"
@@ -128,7 +128,6 @@ version = {attr = "libcloud.__version__"}
128128readme = {file = [" README.rst" ], content-type = " text/x-rst" }
129129
130130[tool .distutils .bdist_wheel ]
131- universal = true
132131
133132
134133[tool .black ]
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16- # Project utilized pyproject.toml for setup and packaging metadata, this file is only left in place
16+ # Project utilizes pyproject.toml for setup and packaging metadata, this file is only left in place
1717# so we can still utilize setup.py --version
1818
1919from setuptools import setup
You can’t perform that action at this time.
0 commit comments