diff --git a/setup.cfg b/setup.cfg index 29b21fb..0c9e0fc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ [metadata] -license_file = LICENSE \ No newline at end of file +license_file = LICENSE diff --git a/setup.py b/setup.py index 60adc34..fb1c8be 100644 --- a/setup.py +++ b/setup.py @@ -78,4 +78,4 @@ def status(s): tests_require=test_requirements, extras_require={}, project_urls={}, -) \ No newline at end of file +)