Skip to content

Commit 69d6f2e

Browse files
committed
Fix package warnings
1 parent e274d67 commit 69d6f2e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

setup.cfg

+2-5
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
name = beamngpy
33
description = Python API to interact with BeamNG.tech.
44
author = BeamNG GmbH
5-
author-email = [email protected]
5+
author_email = [email protected]
66
license = MIT
77
url = https://github.com/BeamNG/BeamNGpy
8-
long-description = file: README.rst
8+
long_description = file: README.md
99
platforms = any
1010
classifiers =
1111
Development Status :: 4 - Beta
@@ -39,9 +39,6 @@ norecursedirs =
3939
[aliases]
4040
release = sdist bdist_wheel upload
4141

42-
[bdist_wheel]
43-
universal = 1
44-
4542
[build_sphinx]
4643
source_dir = docs
4744
build_dir = docs/_build

0 commit comments

Comments
 (0)