Skip to content

Commit

Permalink
Updated files with 'repo_helper'.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Aug 10, 2020
1 parent 0e3423b commit 9600ecd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[build-system]
requires = [
"setuptools >= 40.6.0",
"wheel >= 0.34.2",
]
requires = ["setuptools>=40.6.0", "wheel>=0.34.2"]
build-backend = "setuptools.build_meta"
29 changes: 16 additions & 13 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# coding: utf-8
# This file is managed by 'repo_helper'. Don't edit it directly.

# This file is managed by 'repo_helper'.
# You may add new sections, but any changes made to the following sections will be lost:
# * metadata
# * options
# * options.packages.find
# * options.entry_points
# * mypy
[metadata]
name = dummy_wx
description = This module does nothing.
author = Dominic Davis-Foster
author_email = dominic@davis-foster.co.uk
license = GNU Lesser General Public License v3 or later (LGPLv3+)
keywords =
wxpython
sphinx
keywords = wxpython, sphinx
long_description = file: README.rst
long_description_content_type = text/x-rst
platforms =
Windows
macOS
Linux
platforms = Windows, macOS, Linux
url = https://github.com/domdfcoding/dummy_wx
project_urls =
Documentation = https://dummy_wx.readthedocs.io
Expand All @@ -32,17 +32,20 @@ classifiers =
Programming Language :: Python :: Implementation :: CPython
Topic :: Utilities



[options]
python_requires = >=3.6
zip_safe = False
include_package_data = True
packages = find:


[options.packages.find]
exclude =
tests
tests.*
doc-source

[mypy]
python_version = 3.6
ignore_missing_imports = True
namespace_packages = True
check_untyped_defs = True
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coverage>=5.1
coverage_pyver_pragma>=0.0.2
coverage_pyver_pragma>=0.0.5
pytest>=6.0.0
pytest-cov>=2.8.1
pytest-randomly>=3.3.1
Expand Down

0 comments on commit 9600ecd

Please sign in to comment.