Skip to content

Commit c37ba4c

Browse files
committed
Remove variable text case: fix magic with docker
1 parent 4be7757 commit c37ba4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- *upgrade_python_toolset
125125
- *install_deps
126126
script:
127-
- ./tools/run_docker.sh "Advanced_Descriptors"
127+
- ./tools/run_docker.sh "advanced_descriptors"
128128
before_deploy:
129129
- *build_package
130130
deploy:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def get_simple_vars_from_src(
214214
KEYWORDS = ["descriptor", "property", "classmethod", "development"]
215215

216216
SETUP_ARGS = dict(
217-
name="Advanced-Descriptors",
217+
name="advanced-descriptors",
218218
author=VARIABLES["__author__"],
219219
author_email=VARIABLES["__author_email__"],
220220
maintainer=", ".join(

0 commit comments

Comments
 (0)