Skip to content

Commit

Permalink
ENH: remove unecessary classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
User-DK committed Aug 25, 2024
1 parent 8aac7bd commit 3646be5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -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 ---------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ 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",
"Programming Language :: Python :: 3.9",
"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]
Expand Down

0 comments on commit 3646be5

Please sign in to comment.