Update CI and fix some wheel warnings

This commit is contained in:
Shaun Eccles-Smith 2021-08-24 20:51:52 +10:00
parent 4072c2df63
commit 6bb05bc13b
3 changed files with 3 additions and 5 deletions

View File

@ -55,7 +55,7 @@ jobs:
build-ledfx-osx:
name: Build LedFx (OS X)
runs-on: osx-latest
runs-on: macos-latest
strategy:
matrix:
python: [3.8,3.9]

View File

@ -5,7 +5,5 @@ include LICENSE.txt
include requirements.txt
recursive-include ledfx *.npy
recursive-include ledfx_frontend *
recursive-include ledfx_frontend_v2 *
include ledfx/default_presets.json
include ledfx/frontend/components/SceneCard/*
global-exclude *.pyc

View File

@ -1,7 +1,7 @@
[metadata]
description = A network based light effect controller
long-description = file: README.rst
long-description-content-type = text/x-rst
long_description = file: README.rst
long_description_content_type = text/x-rst
platforms = any
classifiers =
Development Status :: 2 - Pre-Alpha