Skip to content

Commit

Permalink
Added full_feature
Browse files Browse the repository at this point in the history
  • Loading branch information
SurgeArrester committed Feb 2, 2022
1 parent 1badb28 commit 01fbea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
setup(
name = 'ElMD',
packages = ['ElMD'],
version = '0.4.16',
version = '0.4.17',
license='GPL3',
description = 'An implementation of the Element movers distance for chemical similarity of ionic compositions',
author = 'Cameron Hagreaves',
author_email = '[email protected]',
url = 'https://github.com/lrcfmd/ElMD/',
download_url = 'https://github.com/lrcfmd/ElMD/archive/v0.4.16.tar.gz',
download_url = 'https://github.com/lrcfmd/ElMD/archive/v0.4.17.tar.gz',
keywords = ['ChemInformatics', 'Materials Science', 'Machine Learning', 'Materials Representation'],
package_data={"elementFeatures": ["el_lookup/*.json"]},
include_package_data=True,
Expand Down

0 comments on commit 01fbea7

Please sign in to comment.