File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 77
88[build-system ]
99requires = [
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]
1414build-backend = " setuptools.build_meta"
1515
@@ -29,6 +29,8 @@ dynamic = ["version", # see tool.setuptools.dynamic below
2929 ]
3030readme = " README.rst"
3131license = " BSD-3-Clause"
32+ license-files = [" LICENSE" ]
33+
3234keywords = [
3335 " optimization" ,
3436 " CMA-ES" ,
You can’t perform that action at this time.
0 commit comments