Commit 905b742 1 parent ea7d381 commit 905b742 Copy full SHA for 905b742
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
requires = [" setuptools>=61" , " wheel" ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
- [project ]
5
+ [tool . poetry ]
6
6
name = " snailpy"
7
- version = " 0.0.13 "
7
+ version = " 0.0.14 "
8
8
description = " A python package for interacting with Snail IDE's API features."
9
+
10
+ # Add these properties to the [tool.poetry] section
9
11
long_description = """
10
- A python package for interacting with Snail IDE's API features .
12
+ Write a detailed description of your project here using reStructuredText markup .
11
13
"""
12
-
13
14
long_description_content_type = " text/x-rst"
14
15
15
- requires-python = " >=3.7"
16
- license = {text = " GNU GPLv3" }
17
16
authors = [{
name =
" nmsderp" ,
email =
" [email protected] " }]
18
17
keywords = [" python" ]
18
+ license = " GPL-3.0"
19
19
classifiers = [
20
20
" Development Status :: 2 - Pre-Alpha" ,
21
21
" License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
You can’t perform that action at this time.
0 commit comments