Skip to content

Commit

Permalink
Try 3
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Apr 3, 2024
1 parent ed1343f commit e2fe056
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
setup(
name="adani",
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
# cmdclass=versioneer.get_cmdclass(),
description="Code computing approximate DIS N3LO coefficients",
author="Niccolò Laurenti",
license="AGPLv3",
packages=find_packages(where="inc"),
package_dir={"": "inc"},
package_data={'': ['CMakeLists.txt']},
include_package_data = True,
# package_data={'': ['CMakeLists.txt']},
# include_package_data = True,
cmake_install_dir="inc/adani",
cmake_args=['-DPYTHON_ONLY:BOOL=ON'],
python_requires=">=3.8",
Expand Down

0 comments on commit e2fe056

Please sign in to comment.