Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
roelofvandijkO committed Jun 20, 2024
1 parent 7800450 commit afa88c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import subprocess
from codecs import open

from setuptools import find_packages, setup
from setuptools import setup
from setuptools.command import build_py, develop


def readme():
with open("README.md", "r", "utf-8") as f:
with open("README.md", "r", encoding="utf-8") as f:
return f.read()


Expand Down

0 comments on commit afa88c7

Please sign in to comment.