Skip to content

Commit

Permalink
properly get package tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Koeng101 committed Aug 11, 2024
1 parent c85cafb commit 33d2389
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ def get_platform_tag():
else:
return 'any'

platform_tag = list(tags.sys_tags())[0]

setup(
name='dnadesign',
version='0.1.1',
version='0.1.2',
packages=find_packages(),
package_data={'dnadesign': ['definitions.h', 'libdnadesign.h', "libdnadesign" + get_shared_lib_ext()]},
install_requires=[
Expand Down

0 comments on commit 33d2389

Please sign in to comment.