diff --git a/pyproject.toml b/pyproject.toml index 514636a..97f5611 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,4 +6,5 @@ build-backend = "setuptools.build_meta" name = "text_table" version = "0.1.4" description = "A simple library for creating text tables." -readme = "README.md" \ No newline at end of file +readme = "README.md" +license = "Apache-2.0" \ No newline at end of file