Skip to content

Commit

Permalink
Restructuring for PyPI
Browse files Browse the repository at this point in the history
Fingers crossed this actually works correctly?
  • Loading branch information
RoadrunnerWMC committed Jan 18, 2019
1 parent 6d8f7bd commit 18ab233
Show file tree
Hide file tree
Showing 30 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ suitable for use in applications written in Python, and in scripts to do more
complex tasks than the command-line tools are capable of.

As ndspy is written in pure Python, it is cross-platform and should run on all
platforms Python supports. Additionally, all dependencies other than Python
itself are optional.
platforms Python supports.

Interested? Read on to see some examples, or check the [API
Reference](https://ndspy.readthedocs.io/en/latest/api.html) to see the
Expand Down Expand Up @@ -119,7 +118,8 @@ the following possibilities will probably work for you, though:
If you want the very latest version of ndspy including features and bugfixes
not yet in any official release, you can also download the code from the
[GitHub repository](https://github.com/RoadrunnerWMC/ndspy) and install it
manually.
manually. Note that [crcmod](https://pypi.org/project/crcmod/) is a required
dependency.


Documentation
Expand Down
6 changes: 3 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ suitable for use in applications written in Python, and in scripts to do more
complex tasks than the command-line tools are capable of.

As ndspy is written in pure Python, it is cross-platform and should run on all
platforms Python supports. Additionally, all dependencies other than Python
itself are optional.
platforms Python supports.

Interested? Read on to see some examples, or check the :doc:`api` to see the
documentation for a specific module. When you're ready to install, head over to
Expand Down Expand Up @@ -154,7 +153,8 @@ the following possibilities will probably work for you, though:
If you want the very latest version of ndspy including features and bugfixes
not yet in any official release, you can also download the code from the
`GitHub repository <https://github.com/RoadrunnerWMC/ndspy>`_ and install it
manually.
manually. Note that `crcmod <https://pypi.org/project/crcmod/>`_ is a required
dependency.


Support
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@
version='1.0.0',
author='RoadrunnerWMC',
author_email='roadrunnerwmc@gmail.com',
description='ndspy is a Python library and suite of command-line tools that can help you read, modify and create many types of files used in Nintendo DS games.',
description='Python library that can help you read, modify and create many types of files used in Nintendo DS games.',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/RoadrunnerWMC/ndspy',
packages=setuptools.find_packages(),
install_requires=[
'crcmod',
],
classifiers=[
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Expand Down

0 comments on commit 18ab233

Please sign in to comment.