forked from dftbplus/dftbplus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix installation of Python components (dftbplus#1267)
- Loading branch information
Showing
23 changed files
with
123 additions
and
253 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ['setuptools', 'wheel'] | ||
build-backend = 'setuptools.build_meta' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
[metadata] | ||
name = dptools | ||
version = 23.1 | ||
author = DFTB+ developers | ||
url = http://www.dftbplus.org | ||
description = Tools to process DFTB+ related data | ||
long_description = file: README.rst | ||
long_description_content_type = text/x-rst | ||
license = LGPL License | ||
platform = platform independent | ||
classifiers = | ||
Intended Audience :: Science/Research | ||
License :: OSI Approved :: LGPL License | ||
Programming Language :: Python | ||
Environment :: Console | ||
Operating System :: OS Independent | ||
Topic :: Scientific/Engineering | ||
|
||
[options] | ||
include_package_data = True | ||
packages = find: | ||
install_requires = | ||
numpy | ||
|
||
[options.entry_points] | ||
console_scripts = | ||
dp_bands = dptools.scripts.dp_bands:main | ||
dp_dos = dptools.scripts.dp_dos:main | ||
gen2cif = dptools.scripts.gen2cif:main | ||
gen2xyz = dptools.scripts.gen2xyz:main | ||
makecube = dptools.scripts.makecube:main | ||
repeatgen = dptools.scripts.repeatgen:main | ||
straingen = dptools.scripts.straingen:main | ||
xyz2gen = dptools.scripts.xyz2gen:main | ||
|
||
[options.packages.find] | ||
where = src |
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.