We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01906bb + 79b93f5 commit 82a55daCopy full SHA for 82a55da
setup.py
@@ -16,9 +16,6 @@
16
from setuptools import Extension, find_packages, setup
17
18
MYDIR = os.path.dirname(os.path.abspath(__file__))
19
-versioncfgfile = os.path.join(MYDIR, "src/diffpy/pdffit2/version.cfg")
20
-gitarchivecfgfile = os.path.join(MYDIR, ".gitarchive.cfg")
21
-
22
23
# Helper functions -----------------------------------------------------------
24
0 commit comments