Skip to content

Commit

Permalink
Updates the name of the project to poli-base for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgondu committed Oct 28, 2024
1 parent e5bbd3f commit f591224
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools<=68"]
build-backend = "setuptools.build_meta"

[project]
name = "poli-opt"
name = "poli-base"
version = "1.0.1"
description = "poli, a library of discrete objective functions"
readme = "README.md"
Expand Down
15 changes: 12 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
[metadata]
name = poli-opt
name = poli-base
version = "1.0.1"
author = Miguel González-Duque
author_email = [email protected]
description = A library of discrete objective functions
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Intended Audience :: Education
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Chemistry
Topic :: Scientific/Engineering :: Mathematics
Topic :: Scientific/Engineering :: Artificial Intelligence
Development Status :: 3 - Alpha
Operating System :: MacOS
Operating System :: Unix

[options]
package_dir =
Expand Down

0 comments on commit f591224

Please sign in to comment.