Skip to content

Commit 0c5e1f5

Browse files
committed
[pyproject] polish setup
1 parent fa2b45a commit 0c5e1f5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pycma        
2-
[![CircleCI](https://circleci.com/gh/CMA-ES/pycma/tree/master.svg?style=shield)](https://circleci.com/gh/CMA-ES/pycma/tree/master)
2+
[![CircleCI](https://circleci.com/gh/CMA-ES/pycma/tree/main.svg?style=shield)](https://circleci.com/gh/CMA-ES/pycma/tree/main)
33
[![Build status](https://ci.appveyor.com/api/projects/status/1rge11pwyt55b26k?svg=true)](https://ci.appveyor.com/project/nikohansen/pycma)
44
![GitHub Repo stars](https://img.shields.io/github/stars/CMA-ES/pycma?style=flat)
55
[![Downloads](https://static.pepy.tech/badge/cma/month)](https://pepy.tech/project/cma)

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
[build-system]
99
requires = [
10-
"setuptools >=70.1",
10+
"setuptools >=79",
1111
# "setuptools-scm", # if we want to use git versions for versioning
12-
# "wheel", # setuptools doesn't need wheel anymore, see https://pypi.org/project/wheel/
12+
"wheel", # setuptools doesn't need wheel anymore, see https://pypi.org/project/wheel/
1313
]
1414
build-backend = "setuptools.build_meta"
1515

@@ -29,6 +29,8 @@ dynamic = ["version", # see tool.setuptools.dynamic below
2929
]
3030
readme = "README.rst"
3131
license = "BSD-3-Clause"
32+
license-files = ["LICENSE"]
33+
3234
keywords = [
3335
"optimization",
3436
"CMA-ES",

0 commit comments

Comments
 (0)