Skip to content

Commit 66b3d45

Browse files
committed
[#13] refactor: manifest.in file added to add datafiles with distributions
1 parent 64d30ea commit 66b3d45

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
recursive-include leeteasy *.png

setup.cfg

+5-6
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,23 @@ long_description_content_type = text/markdown
99
url = https://github.com/sudiptob2/leet-easy
1010

1111
classifiers =
12-
Development Status :: 0 - Alpha
12+
Development Status :: 2 - Pre-Alpha
1313
Environment :: Console
1414
Intended Audience :: Information Technology
15-
License :: GNU General Public License v3.0
15+
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
1616
Operating System :: MacOS
1717
Operating System :: Microsoft
1818
Operating System :: POSIX :: Linux
1919
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
2422

2523
[options]
2624
package_dir =
2725
leeteasy=leeteasy
2826
packages = find_namespace:
2927
python_requires = >=3.10
28+
include_package_data = True
3029

3130
install_requires =
3231
attrs==22.1.0

0 commit comments

Comments
 (0)