Skip to content

Commit

Permalink
Merge pull request #5 from hyunmin0317/chore_issue_3
Browse files Browse the repository at this point in the history
fix: import 오류 해결 (#3)
  • Loading branch information
hyunmin0317 authored Oct 18, 2023
2 parents b2b0ec2 + 736fdd9 commit de06400
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
@@ -1,6 +1,6 @@
import setuptools
from setuptools import setup
from sangmyung_univ_auth import __VERSION__, __AUTHOR__
from sangmyung_univ_auth import __VERSION__

with open('README.md', 'r', encoding='utf-8') as f:
long_description = f.read()
Expand Down

0 comments on commit de06400

Please sign in to comment.