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