File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2023 Hyunmin
3+ Copyright (c) 2023 Choi Hyun Min
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1- # sangmyung-univ-auth ![ Python versions] ( https://img.shields.io/badge/Python-3.9-blue ) ![ License] ( https://img.shields.io/badge/license-MIT-green ) ![ Release] ( https://img.shields.io/badge/release-1.0.1 -red )
1+ # sangmyung-univ-auth ![ Python versions] ( https://img.shields.io/badge/Python-3.9-blue ) ![ License] ( https://img.shields.io/badge/license-MIT-green ) ![ Release] ( https://img.shields.io/badge/release-1.0.2 -red )
22** 상명대학교 재학생 인증 라이브러리**
33
44## Features
Original file line number Diff line number Diff line change 11from .auth import auth
22
3- __VERSION__ = "1.0.1"
3+ __VERSION__ = '1.0.2'
4+ __AUTHOR__ = 'Choi Hyun Min'
Original file line number Diff line number Diff line change 11import setuptools
22from setuptools import setup
3- from sangmyung_univ_auth import __VERSION__
3+ from sangmyung_univ_auth import __VERSION__ , __AUTHOR__
44
55with open ('README.md' , 'r' , encoding = 'utf-8' ) as f :
66 long_description = f .read ()
77
88setup (
99 name = 'sangmyung-univ-auth' ,
1010 version = __VERSION__ ,
11- author = 'Hyunmin' ,
11+ author = __AUTHOR__ ,
1212 author_email = 'choihm9903@naver.com' ,
1313 description = 'Sangmyung University Students Account Authentication.' ,
1414 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments