Skip to content

Commit

Permalink
fix setup checks (#73)
Browse files Browse the repository at this point in the history
* fix rst syntax

* Update README.rst

* Update setup.py
  • Loading branch information
MangaBoba authored Dec 25, 2023
1 parent 66b9612 commit 7dc6902
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,13 @@ Citation
volume={119},
pages={105715},
year={2023},
publisher={Elsevier}
}
publisher={Elsevier}}

@inproceedings{solovev2023ai,
title={AI Framework for Generative Design of Computational Experiments with Structures in Physical Environment},
author={Solovev, Gleb Vitalevich and Kalyuzhnaya, Anna and Hvatov, Alexander and Starodubcev, Nikita and Petrov, Oleg and Nikitin, Nikolay},
booktitle={NeurIPS 2023 AI for Science Workshop},
year={2023}
}
year={2023}}

.. |build| image:: https://github.com/aimclub/GEFEST/workflows/unit%20tests/badge.svg?branch=main
:alt: Build Status
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
SHORT_DESCRIPTION = 'The toolbox for the generative design of physical objects'
README = Path(HERE, 'README.rst').read_text()
URL = 'https://github.com/ITMO-NSS-team/GEFEST'
VERSION = '0.1.0'
REQUIRES_PYTHON = '>=3.9'
LICENSE = 'BSD 3-Clause'

Expand Down Expand Up @@ -39,6 +40,7 @@ def _get_requirements(req_name: str):
long_description=README,
long_description_content_type='text/x-rst',
url=URL,
version=VERSION,
python_requires=REQUIRES_PYTHON,
license=LICENSE,
packages=setuptools.find_packages(exclude=['test*']),
Expand Down

0 comments on commit 7dc6902

Please sign in to comment.