diff --git a/docs/conf.py b/docs/conf.py index 5c0c81c..ceabe95 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,12 +1,13 @@ import os import sys +import pyseldonlib sys.path.insert(0, os.path.abspath('../pyseldonlib')) project = 'pyseldonlib' copyright = '2024, PySeldon Developers' author = 'Amrita Goswami, Daivik Karbhari, Moritz Sallermann, Rohit Goswami' -release = '1.0' +release = '1.0.0' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index c969307..ad2ff94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dynamic = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Intended Audience :: Researchers, Developers, Data Scientists, Students", + "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python", "Programming Language :: Python :: 3", @@ -35,7 +35,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Topic :: Software Development :: Libraries", - "Topic :: Scientific/Engineering :: Simulation, Social Dynamics, Opinion Dynamics", + "Topic :: Scientific/Engineering :: Mathematics", ] [project.urls]