removed support for multiple interpreters

This commit is contained in:
Dirk Alders 2025-08-17 14:32:55 +02:00
parent 67679017dc
commit edc3c9975e

View File

@ -31,7 +31,5 @@ from geo import sun
__DESCRIPTION__ = """The Module {\\tt %s} is designed to \\ldots.
For more Information read the sphinx documentation.""" % __name__.replace('_', '\\_')
"""The Module Description"""
__INTERPRETER__ = (2, )
"""The Tested Interpreter-Versions"""
__all__ = ['gps', 'osm', 'sun']