This website works better with JavaScript.
Home
Help
Register
Sign In
thomasleveil
/
borgmatic
forked from
witten/borgmatic
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
No longer producing univeral (Python 2 + 3) wheel.
keep_minutely
Dan Helfman
3 years ago
parent
9caaee18b5
commit
7c77a5a8a5
3 changed files
with
5 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
NEWS
+0
-3
setup.cfg
+1
-1
setup.py
+ 4
- 0
NEWS
View File
@ -1,3 +1,7 @@
1.1.1.dev0
*
1.1.0
* Switched config file format to YAML. Run upgrade-borgmatic-config to upgrade.
+ 0
- 3
setup.cfg
View File
@ -1,5 +1,2 @@
[metadata]
description-file
=
README.md
[bdist_wheel]
universal
=
1
+ 1
- 1
setup.py
View File
@ -1,7 +1,7 @@
from
setuptools
import
setup
,
find_packages
VERSION
=
'
1.1.0
'
VERSION
=
'
1.1.
1.dev
0
'
setup
(
Write
Preview
Loading…
Cancel
Save