Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
perara authored Aug 28, 2023
1 parent 794ec15 commit 57ae6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages
from setuptools.command.develop import develop
from setuptools.command.install import install
from setuptools.command.bdist_wheel import bdist_wheel
from wheel.bdist_wheel import bdist_wheel
import cffi
import tomli
from typing import Dict, Any
Expand Down

0 comments on commit 57ae6d8

Please sign in to comment.