ubernostrum / webcolors
A Python library for working with sRGB color specifications as used in HTML and CSS.
Clone this repository (size: 51.4 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/ubernostrum/webcolors/
| commit 10: | 259a334237bc |
| parent 9: | dbee439b27fe |
| branch: | default |
| tags: | v1.3 |
Gonna make this document itself.
11 months ago
Changed (Δ102 bytes):
raw changeset »
setup.py (3 lines added, 0 lines removed)
1 |
import os |
|
2 |
||
1 |
3 |
from distutils.core import setup |
2 |
4 |
|
3 |
5 |
setup(name='webcolors', |
4 |
6 |
version='1.3', |
5 |
7 |
description='A library for working with sRGB color specifications as used in HTML and CSS.', |
8 |
long_description=open(os.path.join(os.path.dirname(__file__), 'README.txt')).read(), |
|
6 |
9 |
author='James Bennett', |
7 |
10 |
author_email='james@b-list.org', |
8 |
11 |
url='http://www.bitbucket.org/ubernostrum/webcolors/overview/', |
