Skip to content

Commit fd48ead

Browse files
committed
Updated files with 'repo_helper'.
1 parent 6a74c85 commit fd48ead

File tree

3 files changed

+4
-31
lines changed

3 files changed

+4
-31
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
__pycache__/
33
*.py[cod]
44
*$py.class
5-
*.so.Python
5+
*.so
6+
.Python
67
build/
78
develop-eggs/
89
dist/

doc-source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@
9696

9797
htmlhelp_basename = slug
9898

99+
typehints_fully_qualified = True
100+
99101
latex_documents = [('index', f'{slug}.tex', project, author, 'manual')]
100102
man_pages = [('index', slug, project, [author], 1)]
101103
texinfo_documents = [('index', slug, project, author, slug, project, 'Miscellaneous')]

repo_helper.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,48 +5,19 @@ conda_channels:
55

66
python_deploy_version: 3.6
77

8-
# Additional lines for .gitignore
9-
#additional_ignore:
10-
# -
11-
12-
# Paths to additional requirements.txt files, relative to repo root
13-
#additional_requirements_files:
14-
# -
15-
16-
# Versions to run tests for
178
python_versions:
189
- '3.6'
1910
- '3.7'
2011
- "3.8"
2112
- "pypy3"
2213
- "3.9-dev"
2314

24-
# Additional python requirements for travis
25-
#travis_additional_requirements:
26-
# -
27-
2815
# travis secure password for PyPI
2916
travis_pypi_secure: "GQVX7JKDfUWcHQzjmZ8yadF4eIM/AUaXu/Zl8U2hwhB6NavbzUayvMXalT+pfgZ6NaWFMPZOETlxv5d+hf98Io/5HIV4i1KB98ze90KXpUU2Icz7IdxWDWGhc36Vkhb7hU0HUfXLu8WxcxQCJB3t7uIB9SO36dh/cMayW5YvBy3HhluaTvgLax4nOJYjN/FJCgs9kTCBYrjJzheS0pgj37bXZCrB06H0bsxgnbaAiL8FiG6tgJLABDLfqPhtJgVRhtdYeuqGv31/OV0vkj1zG6bExp9ENQ4/5L7FijLRznW+DnsRJt6BdTBtxNxK+v1ZccTdVJzTzhoUH/TbXdI+qtBeatTYz880du7TujKoxfFxGZ9+bSaYURaClMHn7/Ndj7ioj5f51jLf8+BCEk3cWEfUL7yeKF6RBWLww6cFKQ9yDNOiXgrsndz6Oh535LV28rKXS1qeGBppMAv09RmR/YfHu+XMp5yWa+vDwjmrQDH7qEkA3wYYMfMRnwi9+LrOHtS7IqFkgbAXZPmh3C0X1UEqD4cuARcyD9FRU2PAXM1tBprxEFi1L/sv4O8KRP+I3jXXsBHTmzbWWVqXiySGOlX6R9vOma35WS3mkllS/Oz7IyhUtONrwpaLHnuBLKMgi+RnsoEYgLx6KgSXVSQ0JUZq8cP2yewC8nx626w675w="
3017

31-
# additional lines for MANIFEST.in
32-
#manifest_additional:
33-
# -
34-
35-
# additional requirements for tox
36-
#tox_requirements:
37-
# -
38-
39-
# additional build requirements for tox
40-
#tox_build_requirements:
41-
# -
42-
4318
# directory that contains tests
4419
tests_dir: "tests"
4520

46-
# Additional arguments for setup.py
47-
#additional_setup_args:
48-
# foo: bar
49-
5021
copyright_years: "2019-2020"
5122
author: "Dominic Davis-Foster"
5223
@@ -57,7 +28,6 @@ short_desc: 'Helpful functions for Python 🐍 🛠️'
5728

5829
classifiers:
5930
- 'Development Status :: 4 - Beta'
60-
# - "Development Status :: 4 - Beta"
6131
# - "Development Status :: 5 - Production/Stable"
6232
# - "Development Status :: 6 - Mature"
6333
# - "Development Status :: 7 - Inactive"

0 commit comments

Comments
 (0)