Closed iturdikulov closed 7 years ago
Sorry for first two comments on name and URL, I started at the wrong end. :)
I'd say module should be named as "PyNamecheap", what do you think?
I renamed module in setup.py name='PyNamecheap',
.
py_modules=['namecheap'],
here can't because (from python docs):
default package/directory layout implies that these module can be found in mod1.py (namecheap.py)
Looks like it's all OK, many thanks!
Hi, I use pip to install packages, this line in requirements.txt worked for me (when I added setup.py, as base I used file from namesilo package).:
You can also submit a package to PyPI. http://peterdowns.com/posts/first-time-with-pypi.html
P.S. this PR not tested completely.