We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd59673 commit d05cf33Copy full SHA for d05cf33
LICENSE
@@ -1,6 +1,7 @@
1
-MIT License
2
3
-Copyright (c) 2021 vn.py
+The MIT License (MIT)
+
4
+Copyright (c) 2015-present, Xiaoyou Chen
5
6
Permission is hereby granted, free of charge, to any person obtaining a copy
7
of this software and associated documentation files (the "Software"), to deal
setup.cfg
@@ -30,6 +30,8 @@ classifiers =
30
[options]
31
packages = find:
32
zip_safe = False
33
+install_requires =
34
+ importlib_metadata
35
36
[options.package_data]
37
* = *.ico
0 commit comments