Skip to content

Commit

Permalink
MANIFEST.in: include the new LICENSE file in the distribution
Browse files Browse the repository at this point in the history
Since pyproject.toml points to COPYING (and not LICENSE), this line is
needed to ensure that LICENSE makes it into the sdist.

Closes: #1
  • Loading branch information
orlitzky committed Nov 25, 2023
1 parent 9633730 commit 563d16c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include src/conway_polynomials/CPimport.txt
include LICENSE
include NEWS

0 comments on commit 563d16c

Please sign in to comment.