update packaging to conform with suggested packaging changes
This commit is contained in:
@ -44,6 +44,7 @@ else:
|
|||||||
setup(
|
setup(
|
||||||
name = "lammps",
|
name = "lammps",
|
||||||
version = get_lammps_version(),
|
version = get_lammps_version(),
|
||||||
|
license = "GPL-2.0-only",
|
||||||
author = "The LAMMPS Developers",
|
author = "The LAMMPS Developers",
|
||||||
author_email = "developers@lammps.org",
|
author_email = "developers@lammps.org",
|
||||||
url = "https://www.lammps.org",
|
url = "https://www.lammps.org",
|
||||||
@ -57,11 +58,10 @@ setup(
|
|||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
|
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
],
|
],
|
||||||
license = "GPL",
|
|
||||||
packages = pkgs,
|
packages = pkgs,
|
||||||
package_data = pkgdata,
|
package_data = pkgdata,
|
||||||
distclass = bdist,
|
distclass = bdist,
|
||||||
|
python_requires = '>=3.6',
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user