diff --git a/setup.cfg b/setup.cfg index a0ffd88..f8dabab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,6 @@ url = https://github.com/lcnittl/DMFO author = Christian Knittl-Frank author_email = lcnittl@gmail.com license = GPL-3.0 -license_file = LICENSE license_files = LICENSE classifiers = Development Status :: 3 - Alpha @@ -18,9 +17,6 @@ classifiers = Operating System :: Microsoft :: Windows :: Windows 10 Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.8 - Programming Language :: Python :: 3.9 - Programming Language :: Python :: 3.10 Topic :: Utilities download_url = http://pypi.python.org/pypi/DMFO project_urls = diff --git a/src/dmfo/constants/mso/__init__.py b/src/dmfo/constants/mso/__init__.py index e564aaa..d894ca2 100644 --- a/src/dmfo/constants/mso/__init__.py +++ b/src/dmfo/constants/mso/__init__.py @@ -12,6 +12,7 @@ del ModuleInfo del _ """ + """ from pathlib import Path