diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2020-01-22 08:01:58 +0200 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2020-01-22 08:40:15 +0200 |
| commit | 9aa8480b5d2d033dbd9b634fa736d8f25150c40d (patch) | |
| tree | e434bcd616c613baf693999c1331e3650944684b /MANIFEST.in | |
| parent | e29a5bdd0817f4068aac83edf110caf7c421f574 (diff) | |
| download | wheel-git-9aa8480b5d2d033dbd9b634fa736d8f25150c40d.tar.gz | |
Switched to setuptools_scm
New versions are now made by declaring a new version in the changelog (docs/news.rst) and pushing this change to Github. The workflow will see this version and create a new tag which then triggers the release workflow.
Diffstat (limited to 'MANIFEST.in')
| -rw-r--r-- | MANIFEST.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index 863d1da..0000000 --- a/MANIFEST.in +++ /dev/null @@ -1,10 +0,0 @@ -recursive-include src *.py -recursive-include tests *.py *.h *.txt *.c *.dynlib -recursive-include docs *.py *.rst make.bat Makefile -include tests/testdata/test-1.0-py2.py3-none-any.whl -include tox.ini -include manpages/*.rst -include pyproject.toml -prune tests/testdata/*/build -prune tests/testdata/*/dist -prune tests/testdata/*/*.egg-info |
