mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 09:32:37 +00:00
See #2762. Try again.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from setuptools import setup
|
||||
from pathlib import Path
|
||||
|
||||
cwd = Path(__file__).parent
|
||||
long_description = (cwd / "README.md").read_text()
|
||||
|
||||
setup(name="ifcopenshell", long_description=long_description, long_description_content_type="text/markdown")
|
||||
Reference in New Issue
Block a user