Skip to content

Commit

Permalink
Develop (#14)
Browse files Browse the repository at this point in the history
* docs

* update setup

* minor changes to readme and setup
  • Loading branch information
Bobspadger committed Apr 3, 2018
1 parent 3951efc commit 7f4c5b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ It is VERY MUCH a work in progress, so help is hugely appreciated, and be carefu
Features
--------

* TODO
* Better error handling
* Country code verification
* Postcode regex


Credits
-------
Expand Down
11 changes: 5 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
Expand All @@ -42,13 +39,15 @@
license="MIT license",
long_description=readme + '\n\n' + history,
include_package_data=True,
keywords='royal_mail_rest_api',
name='royal_mail_rest_api',
keywords='Royal Mail Rest API',
name='Royal Mail Rest API',
packages=find_packages(include=['royal_mail_rest_api']),
setup_requires=setup_requirements,
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/bobspadger/royal_mail_rest_api',
project_urls={'Source': 'https://github.com/bobspadger/royal_mail_rest_api',
'Documentation': 'http://royal-mail-rest-api.readthedocs.io/en/latest/index.html'},
download_url='https://github.com/Bobspadger/royal_mail_rest_api',
version='0.0.1',
zip_safe=False,
)

0 comments on commit 7f4c5b4

Please sign in to comment.