- Add LICENSE to MANIFEST.in so it is included in the tarball (LP:

#1845318)
This commit is contained in:
Scott Kitterman
2019-09-25 16:20:46 -04:00
parent f8e0cba772
commit d1801bb3d5
4 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ from setuptools import setup
import os
import sys
version = "0.9.3"
version = "0.9.4"
kw = {} # Work-around for lack of 'or' requires in setuptools.
try: