Skip to content
Snippets Groups Projects
Commit 76077477 authored by Andrew Kapuscinski's avatar Andrew Kapuscinski
Browse files

Testing build with change to shared dir

parent c5175be4
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ from setuptools import setup, find_packages
VERSION = open("src/schema/_version.py").readlines()[-1].split()[-1].strip("\"'")
README = Path("README.md").read_text()
# Setup
setup(
name="ssa-" + Path().absolute().name,
version=VERSION,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment