Skip to content

Commit 669969f

Browse files
bactarmintaenzertng
authored andcommitted
Update MANIFEST.in; remove appveyor.yml
CI has been moved to GitHub since #267 Remove Travis/CircleCI/AppVeyor files and other no longer existing files from MANIFEST Update filenames in MANIFEST. For example, CHANGLOG.rst (old) --> CHANGELOG.md (new). Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
1 parent 4c9e2a6 commit 669969f

2 files changed

Lines changed: 7 additions & 32 deletions

File tree

MANIFEST.in

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
1-
graft data
21
graft examples
3-
graft spdx
2+
graft src
43
graft tests
54

65
prune src/spdx_tools.egg-info
76

8-
include spdx/licenses.json
7+
include .gitignore
98
include README.md
10-
include CHANGELOG.rst
9+
include CHANGELOG.md
10+
include CONTRIBUTING.md
11+
include DOCUMENTATION.md
1112
include LICENSE
12-
include MANIFEST.in
1313
include setup.py
14-
include setup.cfg
15-
include .gitignore
16-
include MANIFEST.in
17-
include .travis.yml
18-
include circle.yml
19-
include appveyor.yml
14+
include pyproject.toml
2015

21-
global-exclude *.py[co] __pycache__ *.*~
16+
global-exclude *.py[co] __pycache__ *.*~ .DS_Store .pytest_cache .mypy_cache

appveyor.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)