Skip to content

Commit d83b79c

Browse files
guilyxactions-user
authored andcommitted
Apply formatting changes
1 parent 58bfbba commit d83b79c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import setuptools
22

3-
with open('requirements.txt') as f:
3+
with open("requirements.txt") as f:
44
required = f.read().splitlines()
55

66
with open("README.md", "r", encoding="utf-8") as fh:
77
long_description = fh.read()
8-
8+
99

1010
setuptools.setup(
1111
name="jupyddl", # Replace with your own username

0 commit comments

Comments
 (0)