We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27d52a commit cd057efCopy full SHA for cd057ef
CHANGELOG.md
@@ -1,7 +1,7 @@
1
# Change Log
2
3
## [0.0.1] 2022-10-18
4
-### Initial Verison
+### Initial Version
5
6
- The start of the project is tracked
7
- Just the minimal feature provided
setup.py
@@ -37,7 +37,7 @@
37
'Programming Language :: Python :: 3.6',
38
'Environment :: Web Environment',
39
'Topic :: Software Development',
40
- 'Topic :: Software Development :: Payments',
41
- 'Topic :: Software Development :: Stripe',
+ 'Topic :: Software Development :: Libraries',
+ 'Topic :: Software Development :: Libraries :: Python Modules',
42
],
43
)
0 commit comments