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 4dc87b7 commit 8e2c9ccCopy full SHA for 8e2c9cc
setup.py
@@ -8,9 +8,10 @@
8
# Versions should comply with PEP440. For a discussion on single-sourcing
9
# the version across setup.py and the project code, see
10
# https://packaging.python.org/en/latest/single_source_version.html
11
- version="0.0.1",
+ version="0.0.2",
12
packages=[
13
"backup",
14
+ "backup.commands",
15
"backup.providers",
16
"backup.config",
17
],
@@ -35,7 +36,7 @@
35
36
# 3 - Alpha
37
# 4 - Beta
38
# 5 - Production/Stable
- "Development Status :: 3 - Alpha",
39
+ "Development Status :: 4 - Beta",
40
# Indicate who your project is intended for
41
"Intended Audience :: Developers",
42
"Topic :: Software Development :: Build Tools",
0 commit comments