Skip to content
This repository was archived by the owner on Jul 4, 2020. It is now read-only.

Commit af0b117

Browse files
committedJul 4, 2018
make sure license in included in distribution
1 parent ba1f17a commit af0b117

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎setup.cfg

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[metadata]
2+
license = MIT
3+
license_file = LICENSE.txt
4+
15
[bdist_rpm]
26
doc_files = LICENSE.txt
37

‎tale/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from typing import Any
1010

1111

12-
__version__ = "4.2"
12+
__version__ = "4.3"
1313

1414

1515
class _MudContext:

0 commit comments

Comments
 (0)
This repository has been archived.