Removed left overs from old VERSION tracking
(cherry picked from commit 603f667)
This commit is contained in:
parent
12a4cbef46
commit
55b24c6a45
2 changed files with 0 additions and 4 deletions
1
VERSION
1
VERSION
|
|
@ -1 +0,0 @@
|
|||
1.2.0-dev
|
||||
3
setup.py
3
setup.py
|
|
@ -10,11 +10,8 @@ versioneer.parentdir_prefix = 'octoprint-'
|
|||
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
VERSION = open("VERSION").read().strip()
|
||||
|
||||
def params():
|
||||
name = "OctoPrint"
|
||||
version = VERSION
|
||||
description = "A responsive web interface for 3D printers"
|
||||
long_description = open("README.md").read()
|
||||
classifiers = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue