Skip to content
Commits on Source (4)
include doc/*.rst
include doc/conf.py
include doc/Makefile
include doc/make.bat
recursive-include examples *.py
include test/*.py
include test/test_*.f90
VERSION = (2020, 1) VERSION = (2021, 1)
VERSION_TEXT = ".".join(str(i) for i in VERSION) VERSION_TEXT = ".".join(str(i) for i in VERSION)
...@@ -16,7 +16,7 @@ def main(): ...@@ -16,7 +16,7 @@ def main():
author="Andreas Kloeckner", author="Andreas Kloeckner",
author_email="inform@tiker.net", author_email="inform@tiker.net",
license="MIT", license="MIT",
url="http://wiki.tiker.net/Leap", url="https://documen.tician.de/dagrt",
classifiers=[ classifiers=[
"Development Status :: 3 - Alpha", "Development Status :: 3 - Alpha",
"Intended Audience :: Developers", "Intended Audience :: Developers",
...@@ -26,9 +26,6 @@ def main(): ...@@ -26,9 +26,6 @@ def main():
"Natural Language :: English", "Natural Language :: English",
"Programming Language :: Python", "Programming Language :: Python",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Mathematics", "Topic :: Scientific/Engineering :: Mathematics",
"Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Scientific/Engineering :: Information Analysis",
......