We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1449f commit aa568fdCopy full SHA for aa568fd
README.md
@@ -1,3 +1,5 @@
1
+
2
+
3
# silent-committer
4
5
Commits changes as original authors
assets/pybadges.svg
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name='silent_committer',
10
- version='1.0.3',
+ version='1.0.4',
11
description='Commits changes as original authors',
12
long_description=long_description,
13
long_description_content_type='text/markdown',
@@ -28,6 +28,7 @@
28
"Operating System :: POSIX :: Linux",
29
"Programming Language :: Python",
30
"Programming Language :: Python :: 3",
31
+ "Programming Language :: Python :: 3 :: Only",
32
"Programming Language :: Python :: 3.6",
33
"Programming Language :: Python :: 3.7",
34
"Programming Language :: Python :: 3.8",
0 commit comments