Skip to content

Commit

Permalink
Added CI using github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zhubonan committed Apr 27, 2023
1 parent 870077d commit 6655eeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/binder-periodic.yml

This file was deleted.

8 changes: 4 additions & 4 deletions setup.py
Expand Up @@ -20,7 +20,7 @@
###########################################################################

from setuptools import setup, find_packages
version = '0.1.3'
version = '0.1.4'

if __name__ == '__main__':
from os import path
Expand All @@ -43,12 +43,12 @@
extras_require={
'testing': ['pytest'],
"pre-commit": [
"pre-commit==1.11.0",
"yapf==0.24.0",
"pre-commit>=1,<2",
"black",
]
},
maintainer='Bonan Zhu',
maintainer_email='bon.zhu@protonmail.com',
maintainer_email='zhubonan@outlook.com',
long_description=long_description,
long_description_content_type='text/markdown',
)

0 comments on commit 6655eeb

Please sign in to comment.