Skip to content

Commit

Permalink
chore: change some infos
Browse files Browse the repository at this point in the history
  • Loading branch information
eunwoo1104 committed Dec 20, 2023
1 parent 69c941d commit cc73664
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 4 additions & 1 deletion dico/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand All @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cc73664

Please sign in to comment.