Skip to content

Commit b143912

Browse files
committed
Updated config files.
1 parent a7041ad commit b143912

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,4 @@ profile_default/
8585
ipython_config.py
8686
Pipfile.lock
8787
.pyre/
88+
consolekit/command.py

repo_helper.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ classifiers:
2323
- 'Intended Audience :: Developers'
2424
- 'Topic :: Software Development :: Libraries :: Python Modules'
2525

26-
2726
conda_channels:
28-
- domdfcoding
2927
- conda-forge
28+
29+
additional_ignore:
30+
- consolekit/command.py
31+
32+
keywords:
33+
- click
34+
- terminal

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = consolekit
1111
author = Dominic Davis-Foster
1212
author_email = [email protected]
1313
license = MIT License
14-
keywords =
14+
keywords = click, terminal
1515
long_description = file: README.rst
1616
long_description_content_type = text/x-rst
1717
platforms = Windows, macOS, Linux

0 commit comments

Comments
 (0)