Commit ad75eef 1 parent 62b22a3 commit ad75eef Copy full SHA for ad75eef
File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+
2
+
3
+ def main ():
4
+ pass
Original file line number Diff line number Diff line change 18
18
url = "https://github.com/ladybug-tools/honeybee-3dm" ,
19
19
packages = setuptools .find_packages (exclude = ["tests*" ]),
20
20
install_requires = requirements ,
21
+ include_package_data = True ,
22
+ entry_points = {
23
+ "console_scripts" : ["honeybee-3dm = honeybee_3dm.cli:main" ]
24
+ },
21
25
classifiers = [
22
26
"Programming Language :: Python :: 3.7" ,
23
27
"Programming Language :: Python :: Implementation :: CPython" ,
24
- "License :: OSI Approved :: GNU General Public License v3 (GPLv3) " ,
28
+ "License :: OSI Approved :: GNU Affero General Public License v3" ,
25
29
"Operating System :: OS Independent"
26
30
],
27
31
license = "AGPL-3.0"
You can’t perform that action at this time.
0 commit comments