Skip to content

Commit 33a3251

Browse files
author
Scott Sanderson
committed
MAINT: Rename distribution to python-interface.
interface is already taken.
1 parent 38336a0 commit 33a3251

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.rst

+6
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ To declare that a particular class implements an interface ``I``, pass
8989
def method2(self, arg1, arg2):
9090
return "method2"
9191
92+
Installation
93+
~~~~~~~~~~~~
94+
95+
.. code-block:: shell
96+
97+
$ pip install python-interface
9298
9399
.. |build status| image:: https://travis-ci.org/ssanderson/interface.svg?branch=master
94100
:target: https://travis-ci.org/ssanderson/interface

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ def install_requires():
2727

2828

2929
setup(
30-
name='interface',
30+
name='python-interface',
3131
version='1.0.0',
32-
description="Pythonic interface definitions",
32+
description="Pythonic Interface definitions",
3333
author="Scott Sanderson",
3434
author_email="[email protected]",
3535
packages=find_packages(),

0 commit comments

Comments
 (0)