Skip to content

Commit cc73664

Browse files
committed
chore: change some infos
1 parent 69c941d commit cc73664

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 dico-api
3+
Copyright (c) 2021-present dico-api
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

dico/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
dico
33
~~~~~~~~~~~~~~~~~~~~~~~~
44
Yet another Discord API wrapper for Python.
5-
:copyright: (c) 2021 dico-api
5+
:copyright: (c) 2021-present dico-api
66
:license: MIT
77
"""
88

@@ -22,3 +22,6 @@
2222
from .model.gateway import Intents, Activity, ActivityTypes
2323
from .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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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",

0 commit comments

Comments
 (0)