Skip to content

Commit

Permalink
feat!: Force release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyThomsonMonash committed Jan 11, 2024
1 parent df39bd2 commit 5969f94
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
import os
import sys
import setuptools
# import subprocess
from map2loop.version import __version__

head, tail = os.path.split(sys.argv[0])

# try:
# cmd = 'bash .git.sh'
# subprocess.run(
# cmd.split())
# cmd = 'git tag -a {0} -m {0}'.format(
# __version__)
# subprocess.run(
# cmd.split())
# except Exception as e:
# print(e)


def get_description():
long_description = ""
Expand Down

0 comments on commit 5969f94

Please sign in to comment.