Skip to content

Commit

Permalink
Infra: Remove nonexistent files from MANIFEST.in
Browse files Browse the repository at this point in the history
PKG-INFO is generated by setup.py.
There's only one licence file, in the root.

https://github.com/python-ldap/python-ldap/pull/66
  • Loading branch information
Petr Viktorin authored and GitHub committed Nov 30, 2017
1 parent 47ce0df commit db4a6ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include MANIFEST.in Makefile CHANGES INSTALL LICENCE README TODO PKG-INFO
include MANIFEST.in Makefile CHANGES INSTALL LICENCE README TODO
include tox.ini .coveragerc
include Modules/*.c Modules/*.h Modules/LICENSE
include Modules/*.c Modules/*.h
recursive-include Build *.cfg*
recursive-include Lib *.py
recursive-include Demo *.py
Expand Down

0 comments on commit db4a6ff

Please sign in to comment.