Skip to content

Commit

Permalink
Updated download link
Browse files Browse the repository at this point in the history
  • Loading branch information
lVoidi committed Oct 2, 2021
1 parent 6ce08ee commit 3a3bf73
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 148 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
Check this gist:
https://gist.github.com/XVilka/8346728#terminals--true-color
"""
from themify.themify.theme import Theme
from themify.colormate.colormate import Theme
Binary file removed __pycache__/__init__.cpython-39.pyc
Binary file not shown.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
[metadata]
description-file = README.md
description-file = README.md
long_description = file: README.md
long_description_content_type = text/markdown
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
from distutils.core import setup
setup(
name = 'themify',
packages = ['themify'],
version = '0.1',
name = 'colormate',
packages = ['colormate'],
version = '0.221',
license='MIT',
description = 'A package to theme terminal scripts with custom colors and text formatting',
author = 'Rodrigo',
author_email = '[email protected]',
url = 'https://github.com/mrjakesir/themify',
download_url = 'https://github.com/MrJakeSir/themify/archive/refs/tags/v_01.zip',
keywords = ['COLORS', 'SCRIPTING', 'THEME', 'THEMING', 'USELESS'],
keywords = ['Colors', 'Scripting', 'Theme', 'Theming'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand Down
Binary file removed themify/__pycache__/theme.cpython-39.pyc
Binary file not shown.
142 changes: 0 additions & 142 deletions themify/theme.py

This file was deleted.

0 comments on commit 3a3bf73

Please sign in to comment.