diff --git a/MANIFEST b/MANIFEST new file mode 100644 index 0000000..2b4e37b --- /dev/null +++ b/MANIFEST @@ -0,0 +1,6 @@ +# file GENERATED by distutils, do NOT edit +setup.cfg +setup.py +ElM2D/ElM2D.py +ElM2D/ElMD.py +ElM2D/__init__.py diff --git a/dist/ElM2D-0.1.0.tar.gz b/dist/ElM2D-0.1.0.tar.gz new file mode 100644 index 0000000..8c9de72 Binary files /dev/null and b/dist/ElM2D-0.1.0.tar.gz differ diff --git a/setup.py b/setup.py index 4cb87c5..5a1f709 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ author = 'Cameron Hagreaves', author_email = 'cameron.h@rgreaves.me.uk', url = 'https://github.com/lrcfmd/ElM2D/', - download_url = 'https://github.com/lrcfmd/ElM2D/archive/v0.1.0.tar.gz', + download_url = 'https://github.com/lrcfmd/ElM2D/archive/0.1.0.tar.gz', keywords = ['ChemInformatics', 'Materials Science', 'Machine Learning', 'Materials Representation'], install_requires=[ 'numpy',