General: Rename pypi package to pywal

This commit is contained in:
Dylan Araps 2017-06-22 14:10:44 +10:00
parent b79cceea28
commit 290c06536b
2 changed files with 5 additions and 1 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
pywal*/*
dist/*
*.pyc
__pycache__/*

View File

@ -2,7 +2,7 @@
from setuptools import setup
setup(
name="wal",
name="pywal",
version="0.1",
author="Dylan Araps",
author_email="dylan.araps@gmail.com",