Skip to content

Commit 3e3d612

Browse files
authored
Merge pull request #251 from LSSTDESC/fix_version
fix version
2 parents a704fce + 123ceee commit 3e3d612

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ __pycache__/
1111

1212
# Distribution / packaging
1313
.Python
14-
rail/core/_version.py
14+
src/rail/core/_version.py
1515
build/
1616
develop-eggs/
1717
dist/

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from setuptools import setup
22

3-
setup()
3+
setup(setup_requires=['setuptools_scm'])

0 commit comments

Comments
 (0)