#22 Adding exclude for the *.pyc files
Merged 4 years ago by asaleh. Opened 4 years ago by asaleh.
fedora-infra/ asaleh/rpmautospec manifest_exclude  into  master

file modified
+2 -1
@@ -3,4 +3,5 @@ 

  include *.txt

  include *.rst

  recursive-include koji_plugin *.py

- recursive-include tests *.py *.tar.gz *.spec *.json 

\ No newline at end of file

+ recursive-include tests *.py *.tar.gz *.spec *.json

+ recursive-excludes *.pyc

Forgot to push this change in previous PR.

Pull-Request has been merged by asaleh

4 years ago

Build succeeded.

That was a quick merge :)

On pagure iirc, I had to use a different structure, similar to the recursive-include one: https://pagure.io/pagure/blob/master/f/MANIFEST.in