Skip to content

Commit 3b6ca80

Browse files
Merge pull request #7 from joergschultzelutter/6-move-version-check-from-github-action-to-setuppy-file
Update setup.py
2 parents 7ae57ff + 73031b2 commit 3b6ca80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
from setuptools import setup, find_packages
44
import os
5+
import re
56

67
if __name__ == "__main__":
78
# get README gnd use as long description
@@ -39,3 +40,4 @@
3940
install_requires=["my_packet_1", "my_packet_2"],
4041
keywords=["My Keyword 1", "My Keyword 2"],
4142
)
43+

0 commit comments

Comments
 (0)