Skip to content

Commit

Permalink
pyproject: clean up find directives (#170)
Browse files Browse the repository at this point in the history
* pyproject: clean up include

* remove reference to Travis CI

* pyproject.toml better fix
  • Loading branch information
MatthieuDartiailh authored Oct 31, 2023
1 parent 03adafe commit 49115a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 62 deletions.
58 changes: 0 additions & 58 deletions .travis.yml

This file was deleted.

2 changes: 0 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Welcome to Kiwi
===============

.. image:: https://travis-ci.org/nucleic/kiwi.svg?branch=main
:target: https://travis-ci.org/nucleic/kiwi
.. image:: https://github.com/nucleic/kiwi/workflows/Continuous%20Integration/badge.svg
:target: https://github.com/nucleic/kiwi/actions
.. image:: https://github.com/nucleic/kiwi/workflows/Documentation%20building/badge.svg
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
Expand All @@ -49,13 +50,13 @@ package-data = {kiwisolver = ["py.typed", "*.pyi"]}

[tool.setuptools.packages.find]
where = ["py"]
exclude = ["tests"]
include = ["kiwisolver"]

[tool.setuptools_scm]
write_to = "py/src/version.h"
write_to_template = """
/* ----------------------------------------------------------------------------
| Copyright (c) 2013-2021, Nucleic Development Team.
| Copyright (c) 2013-2023, Nucleic Development Team.
|
| Distributed under the terms of the Modified BSD License.
|
Expand Down

0 comments on commit 49115a8

Please sign in to comment.