1
0
mirror of https://github.com/mnaberez/py65.git synced 2026-04-20 08:16:32 +00:00

Added license (BSD).

This commit is contained in:
Mike Naberezny
2009-06-08 22:38:02 -07:00
parent 6ca49e95df
commit 111188dce3
3 changed files with 27 additions and 0 deletions
+1
View File
@@ -53,6 +53,7 @@ setup(
# put data files in egg 'doc' dir
data_files=[ ('doc', [
'CHANGES.txt',
'LICENSE.txt',
'README.markdown',
'TODO.txt',
]