Skip to content

Commit f37212f

Browse files
author
root
committed
install working
1 parent 8af600e commit f37212f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
dnsclient/versioninfo
12
.project
23
.pydevproject
34
*.py[co]

README.rst

Whitespace-only changes.

dnsclient/setup.py renamed to setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read_file(file_name):
2424

2525
setuptools.setup(
2626
name="rackspace-dnsclient",
27-
version=setup.get_post_version('rackdns'),
27+
version=setup.get_post_version('dnsclient'),
2828
author="Kevin Minnick, based on work by Jacob Kaplan-Moss, OpenStack LLC",
2929
author_email="[email protected]",
3030
description="Client library for Rackspace DNS API.",
@@ -48,4 +48,4 @@ def read_file(file_name):
4848
"console_scripts": ["rackdns = dnsclient.shell:main"]
4949
},
5050
data_files=[('dnsclient', ['dnsclient/versioninfo'])]
51-
)
51+
)

0 commit comments

Comments
 (0)