Skip to content

Commit

Permalink
Move version file + to 0.1.0a1 (theroggy#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
theroggy authored Jun 1, 2022
1 parent f032a4e commit d94f09f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
include cropclassification/general.ini
include cropclassification/postprocess/html_rapport_template.html
include cropclassification/postprocess/html_rapport_script.js

# Include the version.txt file
include cropclassification/version.txt
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with open("README.md", "r") as fh:
long_description = fh.read()

with open("version.txt", mode="r") as file:
with open("cropclassification/version.txt", mode="r") as file:
version = file.readline()

setuptools.setup(
Expand Down
1 change: 0 additions & 1 deletion version.txt

This file was deleted.

0 comments on commit d94f09f

Please sign in to comment.