Skip to content

Commit

Permalink
Restore setup.py, delete setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
IanCa committed Feb 2, 2024
1 parent f087d7f commit 085e09c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 59 deletions.
59 changes: 0 additions & 59 deletions setup.cfg

This file was deleted.

8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# dummy setup file for versioneer

import versioneer
from setuptools import setup

if __name__ == "__main__":
setup(version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass())

0 comments on commit 085e09c

Please sign in to comment.