Skip to content

The minor url error in the zip file. #2

@hongyi-zhao

Description

@hongyi-zhao

Today, I downloaded the OgreInterface-01-23-22.zip from here, then extracted and saw the following content in the setup.py file included in it:

from setuptools import setup, find_packages

with open('./README.md', 'r') as fh:
    long_description = fh.read()

setup(
    name='OgreInterfaces',
    version='0.0.1',
    description='A Python library used to generate and optimize epitaxial inorganic interface structures.',
    long_description=long_description,
    long_description_content_type='text/markdown',
    packages=find_packages(),
    install_requires = ['pymatgen>=2022.0.17', 'matplotlib', 'numpy', 'tqdm', 'ase', 'plotly'],
    url='https://github.com/DerekDardzinski/OgreInterfaces',
    authour='Derek Dardzinski',
    authour_email='dardzinski.derek@gmail.com',
    license='BSD3',
)

As you can see, there is an error in the url='https://github.com/DerekDardzinski/OgreInterfaces',, i.e., the redundant s at the end of the URL should be removed.

Regards,
Zhao

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions