Skip to content

Commit

Permalink
s/pycam02ucs/colorspacious/
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed Jul 4, 2015
1 parent 2abf1ea commit b306945
Show file tree
Hide file tree
Showing 24 changed files with 25 additions and 1,129 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
@@ -1,6 +1,6 @@
[run]
branch=True
source=pycam02ucs
source=colorspacious
omit=
setup.py

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 pycam02ucs developers
Copyright (c) 2014-2015 Colorspacious developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion pycam02ucs/__init__.py → colorspacious/__init__.py
@@ -1,4 +1,4 @@
# This file is part of pycam02ucs
# This file is part of colorspacious
# Copyright (C) 2014 Nathaniel Smith <njs@pobox.com>
# See file LICENSE.txt for license information.

Expand Down
2 changes: 1 addition & 1 deletion pycam02ucs/basics.py → colorspacious/basics.py
@@ -1,4 +1,4 @@
# This file is part of pycam02ucs
# This file is part of colorspacious
# Copyright (C) 2014-2015 Nathaniel Smith <njs@pobox.com>
# See file LICENSE.txt for license information.

Expand Down
2 changes: 1 addition & 1 deletion pycam02ucs/ciecam02.py → colorspacious/ciecam02.py
@@ -1,4 +1,4 @@
# This file is part of pycam02ucs
# This file is part of colorspacious
# Copyright (C) 2014 Nathaniel Smith <njs@pobox.com>
# See file LICENSE.txt for license information.

Expand Down
2 changes: 1 addition & 1 deletion pycam02ucs/conversion.py → colorspacious/conversion.py
@@ -1,4 +1,4 @@
# This file is part of pycam02ucs
# This file is part of colorspacious
# Copyright (C) 2015 Nathaniel Smith <njs@pobox.com>
# See file LICENSE.txt for license information.

Expand Down
2 changes: 1 addition & 1 deletion pycam02ucs/cvd.py → colorspacious/cvd.py
@@ -1,4 +1,4 @@
# This file is part of pycam02ucs
# This file is part of colorspacious
# Copyright (C) 2015 Nathaniel Smith <njs@pobox.com>
# See file LICENSE.txt for license information.

Expand Down
2 changes: 1 addition & 1 deletion pycam02ucs/deltaEp.py → colorspacious/deltaEp.py
@@ -1,4 +1,4 @@
# This file is part of pycam02ucs
# This file is part of colorspacious
# Copyright (C) 2014-2015 Nathaniel Smith <njs@pobox.com>
# See file LICENSE.txt for license information.

Expand Down
2 changes: 1 addition & 1 deletion pycam02ucs/gold_values.py → colorspacious/gold_values.py
@@ -1,4 +1,4 @@
# This file is part of pycam02ucs
# This file is part of colorspacious
# Copyright (C) 2014-2015 Nathaniel Smith <njs@pobox.com>
# See file LICENSE.txt for license information.

Expand Down
2 changes: 1 addition & 1 deletion pycam02ucs/illuminants.py → colorspacious/illuminants.py
@@ -1,4 +1,4 @@
# This file is part of pycam02ucs
# This file is part of colorspacious
# Copyright (C) 2014 Nathaniel Smith <njs@pobox.com>
# See file LICENSE.txt for license information.

Expand Down
2 changes: 1 addition & 1 deletion pycam02ucs/luoetal2006.py → colorspacious/luoetal2006.py
@@ -1,4 +1,4 @@
# This file is part of pycam02ucs
# This file is part of colorspacious
# Copyright (C) 2014 Nathaniel Smith <njs@pobox.com>
# See file LICENSE.txt for license information.

Expand Down
2 changes: 1 addition & 1 deletion pycam02ucs/testing.py → colorspacious/testing.py
@@ -1,4 +1,4 @@
# This file is part of pycam02ucs
# This file is part of colorspacious
# Copyright (C) 2014-2015 Nathaniel Smith <njs@pobox.com>
# See file LICENSE.txt for license information.

Expand Down
@@ -1,4 +1,4 @@
# This file is part of pycam02ucs
# This file is part of colorspacious
# Copyright (C) 2015 Nathaniel Smith <njs@pobox.com>
# See file LICENSE.txt for license information.

Expand Down
2 changes: 1 addition & 1 deletion pycam02ucs/util.py → colorspacious/util.py
@@ -1,4 +1,4 @@
# This file is part of pycam02ucs
# This file is part of colorspacious
# Copyright (C) 2015 Nathaniel Smith <njs@pobox.com>
# See file LICENSE.txt for license information.

Expand Down
6 changes: 3 additions & 3 deletions pycam02ucs/version.py → colorspacious/version.py
@@ -1,10 +1,10 @@
# This file is part of pycam02ucs
# This file is part of colorspacious
# Copyright (C) 2014 Nathaniel Smith <njs@pobox.com>
# See file LICENSE.txt for license information.

# This file must be kept very simple, because it is consumed from several
# places -- it is imported by pycam02ucs/__init__.py, execfile'd by setup.py,
# etc.
# places -- it is imported by colorspacious/__init__.py, execfile'd by
# setup.py, etc.

# We use a simple scheme:
# 1.0.0 -> 1.0.0-dev -> 1.1.0 -> 1.1.0-dev
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Expand Up @@ -85,8 +85,8 @@ def setup(app):
# The short X.Y version.
#version = '0.0.0'
sys.path.insert(0, os.getcwd() + "/..")
import pycam02ucs
version = pycam02ucs.__version__
import colorspacious
version = colorspacious.__version__
# The full version, including alpha/beta/rc tags.
release = '0.0.0'

Expand Down
3 changes: 0 additions & 3 deletions pycam02ucs/cm/__init__.py

This file was deleted.

198 changes: 0 additions & 198 deletions pycam02ucs/cm/bezierbuilder.py

This file was deleted.

19 changes: 0 additions & 19 deletions pycam02ucs/cm/examples/README

This file was deleted.

0 comments on commit b306945

Please sign in to comment.