File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change
1
+ recursive-include leeteasy *.png
Original file line number Diff line number Diff line change @@ -9,24 +9,23 @@ long_description_content_type = text/markdown
9
9
url = https://github.com/sudiptob2/leet-easy
10
10
11
11
classifiers =
12
- Development Status :: 0 - Alpha
12
+ Development Status :: 2 - Pre- Alpha
13
13
Environment :: Console
14
14
Intended Audience :: Information Technology
15
- License :: GNU General Public License v3.0
15
+ License :: OSI Approved :: GNU General Public License v3 (GPLv3)
16
16
Operating System :: MacOS
17
17
Operating System :: Microsoft
18
18
Operating System :: POSIX :: Linux
19
19
Programming Language :: Python :: 3.10
20
- Topic :: notification :: Leetcode
21
- Topic :: Problem solving
22
- Topic :: easy problem
23
- Topic :: Desktop Notification
20
+ Topic :: Software Development
21
+ Topic :: Terminals
24
22
25
23
[options]
26
24
package_dir =
27
25
leeteasy =leeteasy
28
26
packages = find_namespace:
29
27
python_requires = >=3.10
28
+ include_package_data = True
30
29
31
30
install_requires =
32
31
attrs ==22.1.0
You can’t perform that action at this time.
0 commit comments