diff --git a/LICENSE b/LICENSE index 4f1d01f..19f20a5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 dico-api +Copyright (c) 2021-present dico-api Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/dico/__init__.py b/dico/__init__.py index a2f9579..ea1e0a0 100644 --- a/dico/__init__.py +++ b/dico/__init__.py @@ -2,7 +2,7 @@ dico ~~~~~~~~~~~~~~~~~~~~~~~~ Yet another Discord API wrapper for Python. -:copyright: (c) 2021 dico-api +:copyright: (c) 2021-present dico-api :license: MIT """ @@ -22,3 +22,6 @@ from .model.gateway import Intents, Activity, ActivityTypes from .model.interactions import * """ + +# TODO: clean up those imports +# TODO: try to find better way to sync versions between init and setup diff --git a/setup.py b/setup.py index 4f44519..d5dc4ad 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ name="dico-api", version="0.0.38", author="eunwoo1104", - author_email="sions04@naver.com", + author_email="choi@eunwoo.dev", description="Yet another Discord API wrapper for Python.", long_description=long_description, long_description_content_type="text/markdown",