diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8be393e..ebbd6bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,4 +24,4 @@ jobs: - name: Run doctor CLI run: | - python -m smartutils doctor + python -m pyquicktools doctor diff --git a/pyproject.toml b/pyproject.toml index bc60538..f70b7b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Operating System :: OS Independent", - "License :: OSI Approved :: MIT License", + ] [project.optional-dependencies]