Revert "Rename version.py to calc_version.py to fix buildd error"
This reverts commit 943a9ded00
.
This commit is contained in:
parent
943a9ded00
commit
5e1603317a
|
@ -1,4 +1,4 @@
|
||||||
include AUTHORS ChangeLog DEPENDS LICENSE msgfmt.py RELEASE-VERSION calc_version.py README.rst
|
include AUTHORS ChangeLog DEPENDS LICENSE msgfmt.py RELEASE-VERSION version.py README.rst
|
||||||
|
|
||||||
graft docs/man
|
graft docs/man
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ from datetime import datetime
|
||||||
from subprocess import call
|
from subprocess import call
|
||||||
|
|
||||||
from gen_web_gettext import create_gettext_js
|
from gen_web_gettext import create_gettext_js
|
||||||
from calc_version import get_version
|
from version import get_version
|
||||||
|
|
||||||
# Paths to exclude
|
# Paths to exclude
|
||||||
EXCLUSIONS = [
|
EXCLUSIONS = [
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -24,7 +24,7 @@ from setuptools import find_packages, setup
|
||||||
from setuptools.command.test import test as _test
|
from setuptools.command.test import test as _test
|
||||||
|
|
||||||
import msgfmt
|
import msgfmt
|
||||||
from calc_version import get_version
|
from version import get_version
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from sphinx.setup_command import BuildDoc
|
from sphinx.setup_command import BuildDoc
|
||||||
|
|
Loading…
Reference in New Issue