dashcode 1.0.3__tar.gz → 1.0.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dashcode
3
- Version: 1.0.3
3
+ Version: 1.0.4
4
4
  Summary: A library for Geometry Dash level generation using .gmd files
5
5
  Author: IWiterI
6
6
  Project-URL: Homepage, https://github.com/ISviterI/dashcode
7
7
  Project-URL: Wiki, https://github.com/ISviterI/dashcode/wiki
8
8
  Project-URL: Documentation, https://github.com/ISviterI/dashcode/wiki/Documentation
9
+ Keywords: geometry dash,gd,level-generator,automation,2.2,python,dash,dashcode,code
9
10
  Classifier: Programming Language :: Python :: 3
10
11
  Classifier: License :: OSI Approved :: MIT License
11
12
  Classifier: Operating System :: OS Independent
@@ -15,6 +16,7 @@ Dynamic: author
15
16
  Dynamic: classifier
16
17
  Dynamic: description
17
18
  Dynamic: description-content-type
19
+ Dynamic: keywords
18
20
  Dynamic: project-url
19
21
  Dynamic: requires-python
20
22
  Dynamic: summary
@@ -1,11 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dashcode
3
- Version: 1.0.3
3
+ Version: 1.0.4
4
4
  Summary: A library for Geometry Dash level generation using .gmd files
5
5
  Author: IWiterI
6
6
  Project-URL: Homepage, https://github.com/ISviterI/dashcode
7
7
  Project-URL: Wiki, https://github.com/ISviterI/dashcode/wiki
8
8
  Project-URL: Documentation, https://github.com/ISviterI/dashcode/wiki/Documentation
9
+ Keywords: geometry dash,gd,level-generator,automation,2.2,python,dash,dashcode,code
9
10
  Classifier: Programming Language :: Python :: 3
10
11
  Classifier: License :: OSI Approved :: MIT License
11
12
  Classifier: Operating System :: OS Independent
@@ -15,6 +16,7 @@ Dynamic: author
15
16
  Dynamic: classifier
16
17
  Dynamic: description
17
18
  Dynamic: description-content-type
19
+ Dynamic: keywords
18
20
  Dynamic: project-url
19
21
  Dynamic: requires-python
20
22
  Dynamic: summary
@@ -8,7 +8,7 @@ if os.path.exists("README.md"):
8
8
 
9
9
  setup(
10
10
  name="dashcode",
11
- version="1.0.3",
11
+ version="1.0.4",
12
12
  packages=find_packages(),
13
13
  author="IWiterI",
14
14
  description="A library for Geometry Dash level generation using .gmd files",
@@ -25,4 +25,5 @@ setup(
25
25
  "License :: OSI Approved :: MIT License",
26
26
  "Operating System :: OS Independent",
27
27
  ],
28
+ keywords='geometry dash, gd, level-generator, automation, 2.2, python, dash, dashcode, code',
28
29
  )
File without changes
File without changes
File without changes
File without changes