mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-29 03:13:47 +01:00
general: Fix license not included in pypi tarball
This commit is contained in:
parent
96484b0afb
commit
ac0fdb9906
@ -1,3 +1,4 @@
|
|||||||
include pywal/templates/*
|
include pywal/templates/*
|
||||||
include pywal/scripts/*
|
include pywal/scripts/*
|
||||||
include README.md
|
include README.md
|
||||||
|
include LICENSE.md
|
||||||
|
@ -13,7 +13,7 @@ import os
|
|||||||
import platform
|
import platform
|
||||||
|
|
||||||
|
|
||||||
__version__ = "0.7.0"
|
__version__ = "0.7.1"
|
||||||
|
|
||||||
|
|
||||||
HOME = os.getenv("HOME", os.getenv("USERPROFILE"))
|
HOME = os.getenv("HOME", os.getenv("USERPROFILE"))
|
||||||
|
Loading…
Reference in New Issue
Block a user