Skip to content

Commit

Permalink
update to ver 0.0.3 and fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
thedtvn committed Aug 5, 2023
1 parent 34f388c commit 85c4935
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import re
import os
from setuptools import setup

print(os.listdir("."))

with open("req.txt", "r") as f:
req = f.read().splitlines()

Expand Down

0 comments on commit 85c4935

Please sign in to comment.