diff --git a/MANIFEST.in b/MANIFEST.in index 7b74127..0385206 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ include LICENSE include README.md -include requirements.txt +include requirements.txt \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index be36d81..38215cc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 2.4.0 +version = 2.4.1 license_file = LICENSE classifiers = Development Status :: 5 - Production/Stable