Skip to content

Commit

Permalink
Update package to 1.0.2.post1 for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
ddrous committed Jun 21, 2024
1 parent 7b2cbf6 commit 3e80921
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "updes"
description = "Universal Partial Differential Equations Simulator"
version = "1.0.2"
version = "1.0.2.post1"
readme = "docs/assets/README_PyPI.md"
authors = [
{ name = "Roussel Desmond Nzoyem", email = "desmond.ngueguin@gmail.com" }
Expand Down Expand Up @@ -31,5 +31,9 @@ dev = [
"quartodoc",
]

[project.urls]
Homepage = "https://github.com/ddrous/Updes"
Documentation = "https://ddrous.github.io/Updes/"

[tool.setuptools]
py-modules = ["updes"]
packages = ["updes"]
13 changes: 6 additions & 7 deletions scripts/setup.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
from setuptools import setup

setup(
name='Updec',
version='0.1.0',
author='desmond-rn',
name='Updes',
version='1.0.3',
author='ddrous',
author_email='desmond.ngueguin@gmail.com',
packages=['updec', 'updec.tests'],
# scripts=['bin/script1','bin/script2'],
url='http://pypi.python.org/pypi/Updec/',
packages=['updes', 'updes.tests'],
url='http://pypi.python.org/pypi/Updes/',
license='LICENSE.md',
description='A package for meshless and data-driven PDE modelling and control',
description='A package for meshless PDE modelling and control',
long_description=open('README.md', encoding="utf-8").read(),
install_requires=[
"scikit-learn",
Expand Down

0 comments on commit 3e80921

Please sign in to comment.