File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2021 dico-api
3+ Copyright (c) 2021-present dico-api
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 22dico
33~~~~~~~~~~~~~~~~~~~~~~~~
44Yet another Discord API wrapper for Python.
5- :copyright: (c) 2021 dico-api
5+ :copyright: (c) 2021-present dico-api
66:license: MIT
77"""
88
2222from .model.gateway import Intents, Activity, ActivityTypes
2323from .model.interactions import *
2424"""
25+
26+ # TODO: clean up those imports
27+ # TODO: try to find better way to sync versions between init and setup
Original file line number Diff line number Diff line change 1313 name = "dico-api" ,
1414 version = "0.0.38" ,
1515 author = "eunwoo1104" ,
16- author_email = "sions04@naver.com " ,
16+ author_email = "choi@eunwoo.dev " ,
1717 description = "Yet another Discord API wrapper for Python." ,
1818 long_description = long_description ,
1919 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments